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

Unified Diff: content/common/view_messages.h

Issue 7034052: Linux/CrOS smooth scrolling support - behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 7f828b28366d78aff0175536020d0606779efb85..e8ba88aefeebf91a5acd75c6a03c6edb2b9237b2 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -327,6 +327,7 @@ IPC_STRUCT_TRAITS_BEGIN(WebPreferences)
IPC_STRUCT_TRAITS_MEMBER(fullscreen_enabled)
IPC_STRUCT_TRAITS_MEMBER(allow_displaying_insecure_content)
IPC_STRUCT_TRAITS_MEMBER(allow_running_insecure_content)
+ IPC_STRUCT_TRAITS_MEMBER(enable_scroll_animator)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(WebMenuItem)
@@ -1957,4 +1958,3 @@ IPC_MESSAGE_CONTROL1(ViewHostMsg_UserMetricsRecordAction,
IPC_MESSAGE_CONTROL2(ViewHostMsg_FPS,
int /* routing id */,
float /* frames per second */)
-

Powered by Google App Engine
This is Rietveld 408576698