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

Unified Diff: cc/surfaces/surface_manager.h

Issue 2651283004: Reland of "Decouple GpuCompositorFrameSink from DisplayCompositor" (Closed)
Patch Set: 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 3ca1da731fc91c2c913fbbe440aca7f0bb6bb6ae..e8f53b8f0bf19ba47e19a09ff7cd6e90b718f56e 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