diff options
author | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-06 19:47:17 +0000 |
---|---|---|
committer | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-06 19:47:17 +0000 |
commit | 126a39cfe316baa94d0fa5278df5770c7c3b0a30 (patch) | |
tree | 05d307073a328eb385640d2a72be222157252d0d /skia/ext/canvas_paint_mac.h | |
parent | ece8a8505d789a77fae45cb0575136040018602b (diff) | |
download | chromium_src-126a39cfe316baa94d0fa5278df5770c7c3b0a30.zip chromium_src-126a39cfe316baa94d0fa5278df5770c7c3b0a30.tar.gz chromium_src-126a39cfe316baa94d0fa5278df5770c7c3b0a30.tar.bz2 |
Remove empty header and references to it: platform_canvas_win.h
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/6804022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80676 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/ext/canvas_paint_mac.h')
-rw-r--r-- | skia/ext/canvas_paint_mac.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/skia/ext/canvas_paint_mac.h b/skia/ext/canvas_paint_mac.h index ae1fda8..fe73a8e 100644 --- a/skia/ext/canvas_paint_mac.h +++ b/skia/ext/canvas_paint_mac.h @@ -14,9 +14,8 @@ namespace skia { // A class designed to translate skia painting into a region to the current -// graphics context. This class has been adapted from the class with the same -// name in platform_canvas_win.h. On construction, it will set up a context for -// painting into, and on destruction, it will commit it to the current context. +// graphics context. On construction, it will set up a context for painting +// into, and on destruction, it will commit it to the current context. template <class T> class CanvasPaintT : public T { public: |