Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2469)

Unified Diff: chrome/plugin/webplugin_proxy.cc

Issue 259047: Move classes depending on Skia out of base/gfx and into app/gfx. Rename... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/views/options/options_group_view.cc ('k') | chrome/renderer/render_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/plugin/webplugin_proxy.cc
===================================================================
--- chrome/plugin/webplugin_proxy.cc (revision 28001)
+++ chrome/plugin/webplugin_proxy.cc (working copy)
@@ -8,9 +8,10 @@
#include "app/gfx/canvas.h"
#if defined(OS_WIN)
+#include "app/gfx/gdi_util.h"
#include "app/win_util.h"
#endif
-#include "base/gfx/blit.h"
+#include "app/gfx/blit.h"
#if defined(OS_MACOSX)
#include "base/mac_util.h"
#endif
@@ -30,10 +31,6 @@
#include "webkit/api/public/WebBindings.h"
#include "webkit/glue/plugins/webplugin_delegate_impl.h"
-#if defined(OS_WIN)
-#include "base/gfx/gdi_util.h"
-#endif
-
using WebKit::WebBindings;
using webkit_glue::WebPluginResourceClient;
« no previous file with comments | « chrome/browser/views/options/options_group_view.cc ('k') | chrome/renderer/render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698