summaryrefslogtreecommitdiffstats
path: root/gfx/gfx.gyp
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-22 23:48:23 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-22 23:48:23 +0000
commitf35d5e8112599c578f0e5891028bd43553f4e0bd (patch)
tree4f16a2cd945f4477ca215daaba465907f3232cf6 /gfx/gfx.gyp
parent601e664f992c48f8a4009cc2d8843075a5e29192 (diff)
downloadchromium_src-f35d5e8112599c578f0e5891028bd43553f4e0bd.zip
chromium_src-f35d5e8112599c578f0e5891028bd43553f4e0bd.tar.gz
chromium_src-f35d5e8112599c578f0e5891028bd43553f4e0bd.tar.bz2
Canvas refactoring part 1.
- Introduce a new Canvas2 interface. This will become the way that everyone talks to Canvas. It is populated primarily with the cross-platform methods from Canvas. - Make Canvas implement this interface. - Hook it up to the Windows RootView. Review URL: http://codereview.chromium.org/2866010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50543 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gfx/gfx.gyp')
-rw-r--r--gfx/gfx.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp
index 4b7d612..54d6833 100644
--- a/gfx/gfx.gyp
+++ b/gfx/gfx.gyp
@@ -64,8 +64,10 @@
'blit.h',
'canvas.cc',
'canvas.h',
+ 'canvas_2.h',
'canvas_linux.cc',
'canvas_mac.mm',
+ 'canvas_paint.h',
'canvas_win.cc',
'codec/jpeg_codec.cc',
'codec/jpeg_codec.h',