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

Unified Diff: chrome/browser/android/compositor/layer/content_layer.h

Issue 2810813004: Hide fullscreen rotation jank (Closed)
Patch Set: Assume true/false when updating fullscreen state 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: chrome/browser/android/compositor/layer/content_layer.h
diff --git a/chrome/browser/android/compositor/layer/content_layer.h b/chrome/browser/android/compositor/layer/content_layer.h
index 752c643b3123d1aacc5231175971f7477d80dc4d..b32dbe6c78de6bcee7b1b1bce92e63e900413ab2 100644
--- a/chrome/browser/android/compositor/layer/content_layer.h
+++ b/chrome/browser/android/compositor/layer/content_layer.h
@@ -30,6 +30,7 @@ class ContentLayer : public Layer {
TabContentManager* tab_content_manager);
void SetProperties(int id,
bool can_use_live_layer,
+ bool can_use_static_layer,
float static_to_view_blend,
bool should_override_content_alpha,
float content_alpha_override,

Powered by Google App Engine
This is Rietveld 408576698