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

Unified Diff: cc/surfaces/pending_frame_observer.h

Issue 2811813004: Surface Synchronization: Distinguish between dependencies and references (Closed)
Patch Set: Addressed Vlad's comments 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/surfaces/pending_frame_observer.h
diff --git a/cc/surfaces/pending_frame_observer.h b/cc/surfaces/pending_frame_observer.h
index 3efd678360a83b4d4b1e13e4219f89317c6df001..ec7acab2e2a83e490a956f8ecf0501c1d5919092 100644
--- a/cc/surfaces/pending_frame_observer.h
+++ b/cc/surfaces/pending_frame_observer.h
@@ -19,12 +19,6 @@ class Surface;
// changes should implement this class.
class CC_SURFACES_EXPORT PendingFrameObserver {
public:
- // Called when one or both of the sets of referenced surfaces have changed.
- virtual void OnReferencedSurfacesChanged(
- Surface* surface,
- const std::vector<SurfaceId>* active_referenced_surfaces,
- const std::vector<SurfaceId>* pending_referenced_surfaces) = 0;
-
// Called when a CompositorFrame within |surface| has activated.
virtual void OnSurfaceActivated(Surface* surface) = 0;

Powered by Google App Engine
This is Rietveld 408576698