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

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
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 800c0459e7354202c2278ca9e79a4f5a72d8f6d9..7623444a58de2fb449193ea7dad2303b09fab1e9 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -255,6 +255,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::RendererPreferences)
IPC_STRUCT_TRAITS_MEMBER(user_agent_override)
IPC_STRUCT_TRAITS_MEMBER(throttle_input_events)
IPC_STRUCT_TRAITS_MEMBER(report_frame_name_changes)
+ IPC_STRUCT_TRAITS_MEMBER(allow_partial_swap)
IPC_STRUCT_TRAITS_MEMBER(touchpad_fling_profile)
IPC_STRUCT_TRAITS_MEMBER(touchscreen_fling_profile)
IPC_STRUCT_TRAITS_END()

Powered by Google App Engine
This is Rietveld 408576698