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

Unified Diff: cc/trees/proxy_main.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_main.h
diff --git a/cc/trees/proxy_main.h b/cc/trees/proxy_main.h
index e4ab354345e07f850413486ba12671c0d2073e1a..fe9b8b3d659969c12d202cfaed3924359981946e 100644
--- a/cc/trees/proxy_main.h
+++ b/cc/trees/proxy_main.h
@@ -69,6 +69,7 @@ class CC_EXPORT ProxyMain : public Proxy {
void SetCompositorFrameSink(
CompositorFrameSink* compositor_frame_sink) override;
void SetVisible(bool visible) override;
+ void SetIsFullscreen(bool is_fullscreen) override;
void SetNeedsAnimate() override;
void SetNeedsUpdateLayers() override;
void SetNeedsCommit() override;

Powered by Google App Engine
This is Rietveld 408576698