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

Unified Diff: cc/output/compositor_frame_metadata.h

Issue 2810813004: Hide fullscreen rotation jank (Closed)
Patch Set: Remove physical_backing_resized param and other cr feedback Created 3 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/output/compositor_frame_metadata.h
diff --git a/cc/output/compositor_frame_metadata.h b/cc/output/compositor_frame_metadata.h
index 9e73fc5b926162446fdb27ae02c052b1307e2b47..3237addd82038a73cb679a12201af7627aa1c2f9 100644
--- a/cc/output/compositor_frame_metadata.h
+++ b/cc/output/compositor_frame_metadata.h
@@ -48,6 +48,7 @@ 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;
aelias_OOO_until_Jul13 2017/06/17 01:18:34 What about using root_pass->has_transparent_backgr
// 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