Chromium Code Reviews

Unified Diff: chrome/renderer/webplugin_delegate_proxy.cc

Issue 273017: Move native_widget_types and gtk_native_view_id_manager from base/gfx to... (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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/renderer/webplugin_delegate_proxy.h ('k') | chrome/test/automation/automation_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/webplugin_delegate_proxy.cc
===================================================================
--- chrome/renderer/webplugin_delegate_proxy.cc (revision 28672)
+++ chrome/renderer/webplugin_delegate_proxy.cc (working copy)
@@ -8,6 +8,7 @@
#include "app/gfx/blit.h"
#include "app/gfx/canvas.h"
+#include "app/gfx/native_widget_types.h"
#include "app/l10n_util.h"
#include "app/resource_bundle.h"
#include "base/basictypes.h"
@@ -16,7 +17,6 @@
#include "base/ref_counted.h"
#include "base/string_util.h"
#include "base/gfx/size.h"
-#include "base/gfx/native_widget_types.h"
#include "chrome/common/child_process_logging.h"
#include "chrome/common/plugin_messages.h"
#include "chrome/common/render_messages.h"
« no previous file with comments | « chrome/renderer/webplugin_delegate_proxy.h ('k') | chrome/test/automation/automation_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine