| commit | ed673bebe493d773cd858a00bcc609db9bc93079 | [log] [tgz] |
|---|---|---|
| author | tomhudson <[email protected]> | Thu Jan 28 14:14:22 2016 |
| committer | Commit bot <[email protected]> | Thu Jan 28 14:15:18 2016 |
| tree | d780e2e7bc035f68b65cd4001fd6869dc90a60fb | |
| parent | cd77a9c86c77724b967b611f9554c5a52d27ebf0 [diff] |
skia::PlatformCanvas is an alias for SkCanvas; this is unhelpful. It's quite common for functions to be declared as returning SkCanvas* but defined as returning skia::PlatformCanvas*, so it's also not future-proof. [email protected],[email protected] [email protected],[email protected],[email protected] Review URL: https://codereview.chromium.org/1618703006 Cr-Commit-Position: refs/heads/master@{#372084}