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

Unified Diff: cc/surfaces/surface_manager.h

Issue 2654693003: Decouple GpuCompositorFrameSink from DisplayCompositor (Closed)
Patch Set: Refactor code Created 3 years, 11 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
« no previous file with comments | « no previous file | cc/surfaces/surface_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/surface_manager.h
diff --git a/cc/surfaces/surface_manager.h b/cc/surfaces/surface_manager.h
index ef6a73512a363292dee334deb02120c6aa0165a5..b5e2e5dd7d48398cc6abd01e602438a46b483fb8 100644
--- a/cc/surfaces/surface_manager.h
+++ b/cc/surfaces/surface_manager.h
@@ -129,6 +129,10 @@ class CC_SURFACES_EXPORT SurfaceManager
const SurfaceId& child_id) override;
void RemoveSurfaceReference(const SurfaceId& parent_id,
const SurfaceId& child_id) override;
+ void AddSurfaceReferences(
+ const std::vector<SurfaceReference>& references) override;
+ void RemoveSurfaceReferences(
+ const std::vector<SurfaceReference>& references) override;
size_t GetSurfaceReferenceCount(const SurfaceId& surface_id) const override;
size_t GetReferencedSurfaceCount(const SurfaceId& surface_id) const override;
« no previous file with comments | « no previous file | cc/surfaces/surface_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698