diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-22 19:38:00 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-22 19:38:00 +0000 |
commit | c399a8ab0f038b6584f9fb2ebc5924511d911e2c (patch) | |
tree | fb7c0b85ed8077418250ed97ddea4fc8b725d8a0 /chrome/plugin | |
parent | ed77c39f4c4c540f5923124485e1c23c6de02fe8 (diff) | |
download | chromium_src-c399a8ab0f038b6584f9fb2ebc5924511d911e2c.zip chromium_src-c399a8ab0f038b6584f9fb2ebc5924511d911e2c.tar.gz chromium_src-c399a8ab0f038b6584f9fb2ebc5924511d911e2c.tar.bz2 |
Remove base versions of the graphics headers, which previously just forwarded to the skia ones.
Review URL: http://codereview.chromium.org/11588
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5894 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin')
-rw-r--r-- | chrome/plugin/webplugin_delegate_stub.cc | 2 | ||||
-rw-r--r-- | chrome/plugin/webplugin_proxy.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/plugin/webplugin_delegate_stub.cc b/chrome/plugin/webplugin_delegate_stub.cc index 91df155..11703b6 100644 --- a/chrome/plugin/webplugin_delegate_stub.cc +++ b/chrome/plugin/webplugin_delegate_stub.cc @@ -6,7 +6,6 @@ #include "base/command_line.h" #include "base/time.h" -#include "base/gfx/platform_device_win.h" #include "chrome/common/chrome_switches.h" #include "chrome/common/gfx/emf.h" #include "chrome/common/plugin_messages.h" @@ -17,6 +16,7 @@ #include "chrome/plugin/webplugin_proxy.h" #include "third_party/npapi/bindings/npapi.h" #include "third_party/npapi/bindings/npruntime.h" +#include "skia/ext/platform_device.h" #include "webkit/glue/plugins/webplugin_delegate_impl.h" #include "webkit/glue/webcursor.h" diff --git a/chrome/plugin/webplugin_proxy.cc b/chrome/plugin/webplugin_proxy.cc index 255c843..7ab78629 100644 --- a/chrome/plugin/webplugin_proxy.cc +++ b/chrome/plugin/webplugin_proxy.cc @@ -5,7 +5,6 @@ #include "chrome/plugin/webplugin_proxy.h" #include "base/gfx/gdi_util.h" -#include "base/gfx/platform_device_win.h" #include "base/scoped_handle.h" #include "base/shared_memory.h" #include "base/singleton.h" @@ -16,6 +15,7 @@ #include "chrome/plugin/webplugin_delegate_stub.h" #include "chrome/plugin/npobject_proxy.h" #include "chrome/plugin/npobject_util.h" +#include "skia/ext/platform_device.h" #include "webkit/glue/plugins/webplugin_delegate_impl.h" typedef std::map<CPBrowsingContext, WebPluginProxy*> ContextMap; |