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

Unified Diff: cc/surfaces/surface_factory_client.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/surface_factory_client.h
diff --git a/cc/surfaces/surface_factory_client.h b/cc/surfaces/surface_factory_client.h
index ea32344afcd0922ead3f79f948553c264b8b636e..57ecfed1104c32b475f0d5bc2e19b6b927e5c462 100644
--- a/cc/surfaces/surface_factory_client.h
+++ b/cc/surfaces/surface_factory_client.h
@@ -21,8 +21,7 @@ class CC_SURFACES_EXPORT SurfaceFactoryClient {
virtual void ReferencedSurfacesChanged(
const LocalSurfaceId& local_surface_id,
- const std::vector<SurfaceId>* active_referenced_surfaces,
- const std::vector<SurfaceId>* pending_referenced_surfaces) {}
+ const std::vector<SurfaceId>* active_referenced_surfaces) {}
virtual void ReturnResources(const ReturnedResourceArray& resources) = 0;

Powered by Google App Engine
This is Rietveld 408576698