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

Unified Diff: content/child/plugin_messages.h

Issue 138423003: Change PluginWindowHandle type to be bool on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 11 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 | « no previous file | ui/gfx/native_widget_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/plugin_messages.h
diff --git a/content/child/plugin_messages.h b/content/child/plugin_messages.h
index 3a97d10b39b3efe8a2e228fc8d348144bb2e1cc0..bd4b3ea99fdff778cb028b84c5a2e0157bd4c266 100644
--- a/content/child/plugin_messages.h
+++ b/content/child/plugin_messages.h
@@ -223,12 +223,6 @@ IPC_MESSAGE_ROUTED2(PluginMsg_WindowFrameChanged,
IPC_MESSAGE_ROUTED1(PluginMsg_ImeCompositionCompleted,
base::string16 /* text */)
-
-// This message, used only on 10.6 and later, transmits the "fake"
-// window handle allocated by the browser on behalf of the renderer
-// to the GPU plugin.
-IPC_MESSAGE_ROUTED1(PluginMsg_SetFakeAcceleratedSurfaceWindowHandle,
- gfx::PluginWindowHandle /* window */)
#endif
//-----------------------------------------------------------------------------
« no previous file with comments | « no previous file | ui/gfx/native_widget_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698