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

Unified Diff: content/common/view_messages.h

Issue 12463007: Disable partial swaps for webview guest renderer until we can figure out how to do that properly. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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_view_host_impl.cc ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 800c0459e7354202c2278ca9e79a4f5a72d8f6d9..aead10715f1185dc49268a4a565769a85d98679a 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -666,6 +666,11 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
// The accessibility mode of the renderer.
IPC_STRUCT_MEMBER(AccessibilityMode, accessibility_mode)
+
+ // Specifies whether partially swapping composited buffers is
+ // allowed for a renderer. Partial swaps will be used if they are both
+ // allowed and supported.
+ IPC_STRUCT_MEMBER(bool, allow_partial_swap)
IPC_STRUCT_END()
IPC_STRUCT_BEGIN(ViewMsg_PostMessage_Params)
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698