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

Unified Diff: ash/sysui/stub_context_factory.h

Issue 2166423002: ui::ContextFactory should not create SurfaceIdAllocators (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Dana's nit 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
« no previous file with comments | « android_webview/browser/surfaces_instance.cc ('k') | ash/sysui/stub_context_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/stub_context_factory.h
diff --git a/ash/sysui/stub_context_factory.h b/ash/sysui/stub_context_factory.h
index ec3aa9f16d1294fbee03071b87ec0580a5451d2f..f1f5d65e11fa4476a60a7585acb65644b26efd44 100644
--- a/ash/sysui/stub_context_factory.h
+++ b/ash/sysui/stub_context_factory.h
@@ -37,7 +37,7 @@ class StubContextFactory : public ui::ContextFactory {
cc::SharedBitmapManager* GetSharedBitmapManager() override;
gpu::GpuMemoryBufferManager* GetGpuMemoryBufferManager() override;
cc::TaskGraphRunner* GetTaskGraphRunner() override;
- std::unique_ptr<cc::SurfaceIdAllocator> CreateSurfaceIdAllocator() override;
+ uint32_t AllocateSurfaceClientId() override;
cc::SurfaceManager* GetSurfaceManager() override;
void ResizeDisplay(ui::Compositor* compositor,
const gfx::Size& size) override;
« no previous file with comments | « android_webview/browser/surfaces_instance.cc ('k') | ash/sysui/stub_context_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698