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

Unified Diff: content/public/common/renderer_preferences.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: 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.h
diff --git a/content/public/common/renderer_preferences.h b/content/public/common/renderer_preferences.h
index 4c6ac58887698c73ba112791eaa309c75c64da58..95eb65016ea93ac7ebb63ecf3a5914967a42da0b 100644
--- a/content/public/common/renderer_preferences.h
+++ b/content/public/common/renderer_preferences.h
@@ -121,6 +121,11 @@ struct CONTENT_EXPORT RendererPreferences {
// information.
bool report_frame_name_changes;
+ // Specifies whether patially swapping composited buffers is
piman 2013/03/06 18:05:16 typo: partially
+ // allowed for a renderer. Allowing partial swap only turns
+ // in on if supported.
piman 2013/03/06 18:05:16 "turns in on" typo?
alexst (slow to review) 2013/03/06 18:24:12 Fixed and rephrased.
+ bool allow_partial_swap;
+
// Controls deacceleration of touchpad-initiated flings.
std::vector<float> touchpad_fling_profile;

Powered by Google App Engine
This is Rietveld 408576698