Chromium Code Reviews| 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; |