Index: content/browser/plugin_process_host.cc |
diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc |
index 665d4f00030b0babe5fc64a8315f4c1646c07891..7b48aeae7c43af2ce90da36b0a86ab2d85f4e5ed 100644 |
--- a/content/browser/plugin_process_host.cc |
+++ b/content/browser/plugin_process_host.cc |
@@ -102,7 +102,9 @@ void PluginProcessHost::OnReparentPluginWindow(HWND window, HWND parent) { |
void PluginProcessHost::OnMapNativeViewId(gfx::NativeViewId id, |
gfx::PluginWindowHandle* output) { |
*output = 0; |
+#if !defined(USE_AURA) |
oshima
2011/09/19 15:52:39
I think this method isn't necessary for aura.
|
GtkNativeViewManager::GetInstance()->GetXIDForId(output, id); |
+#endif |
} |
#endif // defined(TOOLKIT_USES_GTK) |