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

Unified Diff: cc/ipc/cc_param_traits_macros.h

Issue 2106753004: Introduce bottom controls to CC and let it respond to scrolling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: content-offset -> top-controls-shown renaming and respond to bokan's comments Created 4 years, 6 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: cc/ipc/cc_param_traits_macros.h
diff --git a/cc/ipc/cc_param_traits_macros.h b/cc/ipc/cc_param_traits_macros.h
index e316a08cf04b470889d78f194d1e5576bde39c83..f016089d08eb929152224b6f341246487758032c 100644
--- a/cc/ipc/cc_param_traits_macros.h
+++ b/cc/ipc/cc_param_traits_macros.h
@@ -184,8 +184,10 @@ IPC_STRUCT_TRAITS_BEGIN(cc::CompositorFrameMetadata)
IPC_STRUCT_TRAITS_MEMBER(max_page_scale_factor)
IPC_STRUCT_TRAITS_MEMBER(root_overflow_x_hidden)
IPC_STRUCT_TRAITS_MEMBER(root_overflow_y_hidden)
- IPC_STRUCT_TRAITS_MEMBER(location_bar_offset)
- IPC_STRUCT_TRAITS_MEMBER(location_bar_content_translation)
+ IPC_STRUCT_TRAITS_MEMBER(top_bar_translate)
+ IPC_STRUCT_TRAITS_MEMBER(top_bar_shown)
+ IPC_STRUCT_TRAITS_MEMBER(bottom_bar_translate)
+ IPC_STRUCT_TRAITS_MEMBER(bottom_bar_shown)
IPC_STRUCT_TRAITS_MEMBER(root_background_color)
IPC_STRUCT_TRAITS_MEMBER(selection)
IPC_STRUCT_TRAITS_MEMBER(latency_info)

Powered by Google App Engine
This is Rietveld 408576698