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

Unified Diff: blimp/client/public/compositor/compositor_dependencies.h

Issue 2382873002: Replace usage of SurfaceId's client_id with FrameSinkId (Closed)
Patch Set: Rebased Created 4 years, 2 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 | « blimp/client/public/DEPS ('k') | blimp/client/support/compositor/blimp_embedder_compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/public/compositor/compositor_dependencies.h
diff --git a/blimp/client/public/compositor/compositor_dependencies.h b/blimp/client/public/compositor/compositor_dependencies.h
index 79f6660e436d1e6da96e2e09095578f7b20a1ebb..22207ac6dd3ab2f9ee3000d4a574fead1b9e37af 100644
--- a/blimp/client/public/compositor/compositor_dependencies.h
+++ b/blimp/client/public/compositor/compositor_dependencies.h
@@ -7,6 +7,7 @@
#include "base/callback.h"
#include "base/memory/ptr_util.h"
+#include "cc/surfaces/frame_sink_id.h"
namespace cc {
class ContextProvider;
@@ -33,7 +34,7 @@ class CompositorDependencies {
// Settings used to create all BlimpCompositor instances.
virtual gpu::GpuMemoryBufferManager* GetGpuMemoryBufferManager() = 0;
virtual cc::SurfaceManager* GetSurfaceManager() = 0;
- virtual uint32_t AllocateSurfaceClientId() = 0;
+ virtual cc::FrameSinkId AllocateFrameSinkId() = 0;
// This call may return synchronously if the ContextProvider has already been
// created.
« no previous file with comments | « blimp/client/public/DEPS ('k') | blimp/client/support/compositor/blimp_embedder_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698