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

Unified Diff: cc/output/compositor_frame_metadata.h

Issue 2810813004: Hide fullscreen rotation jank (Closed)
Patch Set: Show a black frame during fullscreen transitions to hide jank 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/output/compositor_frame_metadata.h
diff --git a/cc/output/compositor_frame_metadata.h b/cc/output/compositor_frame_metadata.h
index 9e73fc5b926162446fdb27ae02c052b1307e2b47..80ec5b0fbfee8ef78512fa035fccdbb392f9ac96 100644
--- a/cc/output/compositor_frame_metadata.h
+++ b/cc/output/compositor_frame_metadata.h
@@ -48,6 +48,9 @@ class CC_EXPORT CompositorFrameMetadata {
bool root_overflow_x_hidden = false;
bool root_overflow_y_hidden = false;
bool may_contain_video = false;
+ bool is_fullscreen = false;
+
+ gfx::Size device_viewport_size;
// WebView makes quality decisions for rastering resourceless software frames
// based on information that a scroll or animation is active.

Powered by Google App Engine
This is Rietveld 408576698