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

Unified Diff: cc/trees/single_thread_proxy.h

Issue 2757373002: Fixing flakiness of TextureLayerChangeInvisibleMailboxTest (Closed)
Patch Set: Drop ack if CFS is gone Created 3 years, 8 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/single_thread_proxy.h
diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
index 4a091950a27cc9bb1c4a73695827c70a40ece935..ea1862b97f2d2097e6b84bf6f881c688193fbbc0 100644
--- a/cc/trees/single_thread_proxy.h
+++ b/cc/trees/single_thread_proxy.h
@@ -122,6 +122,8 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
bool ShouldComposite() const;
void ScheduleRequestNewCompositorFrameSink();
+ void DidReceiveCompositorFrameAck();
+
// Accessed on main thread only.
LayerTreeHost* layer_tree_host_;
LayerTreeHostSingleThreadClient* single_thread_client_;

Powered by Google App Engine
This is Rietveld 408576698