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

Unified Diff: cc/ipc/cc_param_traits_macros.h

Issue 2810813004: Hide fullscreen rotation jank (Closed)
Patch Set: Evict frame instead of showing a black frame Created 3 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: 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 019a16e127d18932d55d0382ea9ed0a3b6be2426..fb6f0c5615bb00dc48aa6f33f2051f1412cc8842 100644
--- a/cc/ipc/cc_param_traits_macros.h
+++ b/cc/ipc/cc_param_traits_macros.h
@@ -188,6 +188,8 @@ IPC_STRUCT_TRAITS_BEGIN(cc::CompositorFrameMetadata)
IPC_STRUCT_TRAITS_MEMBER(root_overflow_y_hidden)
IPC_STRUCT_TRAITS_MEMBER(root_overflow_y_hidden)
IPC_STRUCT_TRAITS_MEMBER(may_contain_video)
+ IPC_STRUCT_TRAITS_MEMBER(is_fullscreen)
+ IPC_STRUCT_TRAITS_MEMBER(device_viewport_size)
IPC_STRUCT_TRAITS_MEMBER(
is_resourceless_software_draw_with_scroll_or_animation)
IPC_STRUCT_TRAITS_MEMBER(top_controls_height)

Powered by Google App Engine
This is Rietveld 408576698