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

Unified Diff: chrome/common/render_messages_internal.h

Issue 3176027: Mac: Well-behaved accelerated plugins, actual fix (Closed)
Patch Set: test Created 10 years, 4 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
Index: chrome/common/render_messages_internal.h
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index 5bfb341678b61e7fdeb7dde3bbb961e052301dd6..44fcfb581321eab2f01658b0d4238c6869785818 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -2060,8 +2060,9 @@ IPC_BEGIN_MESSAGES(ViewHost)
// is reused for rendering the accelerated compositor's output.
// |root| indicates whether the output is supposed to cover the
// entire window.
- IPC_SYNC_MESSAGE_ROUTED2_1(ViewHostMsg_AllocateFakePluginWindowHandle,
+ IPC_SYNC_MESSAGE_ROUTED3_1(ViewHostMsg_AllocateFakePluginWindowHandle,
bool /* opaque */,
+ bool /* can_draw_transparent */,
bool /* root */,
gfx::PluginWindowHandle /* id */)

Powered by Google App Engine
This is Rietveld 408576698