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

Unified Diff: cc/trees/proxy.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/trees/proxy.h
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
index 7bb9145a8945a9e02a9708d45bb5ec11729e89d6..9880dcb4aaf40c633ed5641f7ba9470d09378649 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -43,6 +43,7 @@ class CC_EXPORT Proxy {
virtual void ReleaseCompositorFrameSink() = 0;
virtual void SetVisible(bool visible) = 0;
+ virtual void SetIsFullscreen(bool is_fullscreen) = 0;
Khushal 2017/05/24 02:12:23 Don't pipe this though proxy. The fullscreen state
steimel 2017/05/24 19:32:58 Ah gotcha, thanks for the insight and I'll make th
virtual void SetNeedsAnimate() = 0;
virtual void SetNeedsUpdateLayers() = 0;

Powered by Google App Engine
This is Rietveld 408576698