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

Unified Diff: ui/android/context_provider_factory.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
Index: ui/android/context_provider_factory.h
diff --git a/ui/android/context_provider_factory.h b/ui/android/context_provider_factory.h
index d0505894530f80132d240b996409eef5b001ec85..294f101c0fb528e75969d0d795b1f473a7b32b79 100644
--- a/ui/android/context_provider_factory.h
+++ b/ui/android/context_provider_factory.h
@@ -7,6 +7,7 @@
#include "base/callback.h"
#include "base/memory/ref_counted.h"
+#include "cc/surfaces/frame_sink_id.h"
#include "ui/android/ui_android_export.h"
namespace cc {
@@ -80,7 +81,7 @@ class UI_ANDROID_EXPORT ContextProviderFactory {
virtual cc::SurfaceManager* GetSurfaceManager() = 0;
- virtual uint32_t AllocateSurfaceClientId() = 0;
+ virtual cc::FrameSinkId AllocateFrameSinkId() = 0;
virtual cc::SharedBitmapManager* GetSharedBitmapManager() = 0;

Powered by Google App Engine
This is Rietveld 408576698