diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-11 19:19:19 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-11 19:19:19 +0000 |
commit | d7af8e7d98ab79ad46707b08b6dd7f6ef272cbbe (patch) | |
tree | afd72795ba73b8b88e60371f2b1b7959cf227e12 /base | |
parent | 3975e6e094b6557215748d91c89394cb54532c23 (diff) | |
download | chromium_src-d7af8e7d98ab79ad46707b08b6dd7f6ef272cbbe.zip chromium_src-d7af8e7d98ab79ad46707b08b6dd7f6ef272cbbe.tar.gz chromium_src-d7af8e7d98ab79ad46707b08b6dd7f6ef272cbbe.tar.bz2 |
Cache the GdkSkia object in PlatformContextSkia so that we aren't creating
and deleting them for every widget drawn.
Review URL: http://codereview.chromium.org/9757
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5195 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/gfx/platform_canvas_linux.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/base/gfx/platform_canvas_linux.h b/base/gfx/platform_canvas_linux.h index 07f0d2d..e13207e 100644 --- a/base/gfx/platform_canvas_linux.h +++ b/base/gfx/platform_canvas_linux.h @@ -8,8 +8,6 @@ #include "base/gfx/platform_device_linux.h" #include "base/basictypes.h" -#import "SkCanvas.h" - namespace gfx { // This class is a specialization of the regular SkCanvas that is designed to |