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

Unified Diff: content/public/common/renderer_preferences.cc

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: Version 2, plumb through the renderer. 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/public/common/renderer_preferences.cc
diff --git a/content/public/common/renderer_preferences.cc b/content/public/common/renderer_preferences.cc
index 17279a7e3a79a440b2363c547da59399cb973c57..a1d325f1b14e186eed9e8be6f5db281c5399d07d 100644
--- a/content/public/common/renderer_preferences.cc
+++ b/content/public/common/renderer_preferences.cc
@@ -44,6 +44,7 @@ RendererPreferences::RendererPreferences()
default_zoom_level(0),
throttle_input_events(true),
report_frame_name_changes(false),
+ allow_partial_swap(true),
touchpad_fling_profile(3),
touchscreen_fling_profile(3) {
touchpad_fling_profile[0] = kDefaultAlpha;

Powered by Google App Engine
This is Rietveld 408576698