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

Unified Diff: cc/trees/thread_proxy.h

Issue 672283003: cc: ReadyToDraw notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/thread_proxy.h
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
index c2440e550f5a86b938be47bc7b9cdc9cbfa7dc39..87543e1c6b5110e630f8a3ec01e0a2ba4d75da12 100644
--- a/cc/trees/thread_proxy.h
+++ b/cc/trees/thread_proxy.h
@@ -182,6 +182,8 @@ class CC_EXPORT ThreadProxy : public Proxy,
virtual void DidSwapBuffersCompleteOnImplThread() override;
virtual void OnCanDrawStateChanged(bool can_draw) override;
virtual void NotifyReadyToActivate() override;
+ virtual void NotifyReadyToDraw() override;
+
// Please call these 3 functions through
// LayerTreeHostImpl's SetNeedsRedraw(), SetNeedsRedrawRect() and
// SetNeedsAnimate().

Powered by Google App Engine
This is Rietveld 408576698