From d7af8e7d98ab79ad46707b08b6dd7f6ef272cbbe Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Tue, 11 Nov 2008 19:19:19 +0000 Subject: 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 --- base/gfx/platform_canvas_linux.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'base/gfx') 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 -- cgit v1.1