From 91ef7b0311e0bea576d5b935b2cd378e04c517ca Mon Sep 17 00:00:00 2001 From: "twiz@google.com" Date: Tue, 2 Aug 2011 15:26:03 +0000 Subject: First pass at removal of unneeded dependencies on skia\ext\platform_canvas.h All 'low-hanging' platform_canvas.h dependencies have been removed, and replaced with skia-specific includes. BUG=None TEST=None Review URL: http://codereview.chromium.org/7517020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95083 0039d316-1c4b-4281-b951-d872f2087c98 --- content/plugin/webplugin_proxy.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'content/plugin/webplugin_proxy.h') diff --git a/content/plugin/webplugin_proxy.h b/content/plugin/webplugin_proxy.h index fee1ee0..757802a 100644 --- a/content/plugin/webplugin_proxy.h +++ b/content/plugin/webplugin_proxy.h @@ -27,6 +27,10 @@ class PluginChannel; +namespace skia { +class PlatformCanvas; +} + namespace webkit { namespace npapi { class WebPluginDelegateImpl; -- cgit v1.1