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

Unified Diff: content/common/plugin_messages.h

Issue 9693031: mac: fix flash videos with --disable-composited-core-animation-plugins (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | « content/browser/renderer_host/render_widget_host_mac.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/plugin_messages.h
diff --git a/content/common/plugin_messages.h b/content/common/plugin_messages.h
index bffd9922358ad92d1c7bf4f635b288782d9ccc1c..689ac6eadd5e3452cff1c75c9348ab5f2181f7d7 100644
--- a/content/common/plugin_messages.h
+++ b/content/common/plugin_messages.h
@@ -440,7 +440,7 @@ IPC_MESSAGE_ROUTED1(PluginHostMsg_FreeTransportDIB,
// the various plug-ins' contents.
IPC_MESSAGE_ROUTED2(PluginHostMsg_AcceleratedSurfaceBuffersSwapped,
gfx::PluginWindowHandle /* window */,
- uint64 /* surface_id */)
+ uint64 /* surface_handle */)
//----------------------------------------------------------------------
// New Core Animation plugin implementation rendering via compositor.
« no previous file with comments | « content/browser/renderer_host/render_widget_host_mac.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698