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

Unified Diff: content/common/view_messages.h

Issue 10386213: Add command line flags for compositor's default tile size and (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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
===================================================================
--- content/common/view_messages.h (revision 137875)
+++ content/common/view_messages.h (working copy)
@@ -205,6 +205,10 @@
IPC_STRUCT_TRAITS_MEMBER(password_echo_enabled)
IPC_STRUCT_TRAITS_MEMBER(css_regions_enabled)
IPC_STRUCT_TRAITS_MEMBER(css_shaders_enabled)
+ IPC_STRUCT_TRAITS_MEMBER(default_tile_width)
+ IPC_STRUCT_TRAITS_MEMBER(default_tile_height)
+ IPC_STRUCT_TRAITS_MEMBER(max_untiled_layer_width)
+ IPC_STRUCT_TRAITS_MEMBER(max_untiled_layer_height)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(WebMenuItem)

Powered by Google App Engine
This is Rietveld 408576698