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

Unified Diff: cc/surfaces/surface.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.h
diff --git a/cc/surfaces/surface.h b/cc/surfaces/surface.h
index b93062105b6bf416eb945dc3e0b182a24dd97e32..6cd9bbf70db2d2993377b6fc188dc1fd6b75039e 100644
--- a/cc/surfaces/surface.h
+++ b/cc/surfaces/surface.h
@@ -106,11 +106,6 @@ class CC_SURFACES_EXPORT Surface {
: nullptr;
}
- const std::vector<SurfaceId>* pending_referenced_surfaces() const {
- return pending_frame_ ? &pending_frame_->metadata.referenced_surfaces
- : nullptr;
- }
-
const SurfaceDependencies& blocking_surfaces() const {
return blocking_surfaces_;
}

Powered by Google App Engine
This is Rietveld 408576698