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

Unified Diff: content/browser/renderer_host/compositor_impl_android.h

Issue 2166423002: ui::ContextFactory should not create SurfaceIdAllocators (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Android + Addressed Antoine's comment Created 4 years, 5 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: content/browser/renderer_host/compositor_impl_android.h
diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h
index cf3c7113bc3a0a13e61813830900ea129c136ec3..e9bb163489daa4fb5bb2cac46e7dd5d1b3ea4286 100644
--- a/content/browser/renderer_host/compositor_impl_android.h
+++ b/content/browser/renderer_host/compositor_impl_android.h
@@ -64,7 +64,7 @@ class CONTENT_EXPORT CompositorImpl
static bool IsInitialized();
static cc::SurfaceManager* GetSurfaceManager();
- static std::unique_ptr<cc::SurfaceIdAllocator> CreateSurfaceIdAllocator();
+ static uint32_t AllocateSurfaceClientId();
static scoped_refptr<cc::VulkanInProcessContextProvider>
SharedVulkanContextProviderAndroid();

Powered by Google App Engine
This is Rietveld 408576698