diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-29 17:20:30 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-29 17:20:30 +0000 |
commit | ac14bd672e866312b4bea945c0ce859167d51b82 (patch) | |
tree | 04de0beafc23c110126a429a3147e9bfb5d99887 /skia/skia.gyp | |
parent | 2208a74d15fcc6796f3267064763bb019cc16506 (diff) | |
download | chromium_src-ac14bd672e866312b4bea945c0ce859167d51b82.zip chromium_src-ac14bd672e866312b4bea945c0ce859167d51b82.tar.gz chromium_src-ac14bd672e866312b4bea945c0ce859167d51b82.tar.bz2 |
Revert 164660 - Change CanvasPaintT from a template to just a subclass of gfx::Canvas. Greatly
simplifies source-code-readability, and will allow us to move the impl into
a .cc file, rather than carry it to every call-site.
This is also a necessary precursor to a subsequent change to remove initialize()
from PlatformCanvas, and make it just a typedef for SkCanvas.
Review URL: https://codereview.chromium.org/11193037
TBR=reed@google.com
Review URL: https://codereview.chromium.org/11347017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164666 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 1864d93..747427c 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -156,6 +156,11 @@ 'ext/bitmap_platform_device_mac.h', 'ext/bitmap_platform_device_win.cc', 'ext/bitmap_platform_device_win.h', + 'ext/canvas_paint.h', + 'ext/canvas_paint_common.h', + 'ext/canvas_paint_gtk.h', + 'ext/canvas_paint_mac.h', + 'ext/canvas_paint_win.h', 'ext/convolver.cc', 'ext/convolver.h', 'ext/google_logging.cc', |