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

Unified Diff: ash/mus/stub_context_factory.cc

Issue 1959183003: Add GetSurfaceManager to ui::ContextFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « ash/mus/stub_context_factory.h ('k') | ui/compositor/compositor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/stub_context_factory.cc
diff --git a/ash/mus/stub_context_factory.cc b/ash/mus/stub_context_factory.cc
index 22f5c8eaf851de17ef8e42adf7b3980e967c5392..e07cddb09e132f6f3816b798b991f73800833dc6 100644
--- a/ash/mus/stub_context_factory.cc
+++ b/ash/mus/stub_context_factory.cc
@@ -77,6 +77,11 @@ StubContextFactory::CreateSurfaceIdAllocator() {
new cc::SurfaceIdAllocator(next_surface_id_namespace_++));
}
+cc::SurfaceManager* StubContextFactory::GetSurfaceManager() {
+ // NOTIMPLEMENTED();
+ return nullptr;
+}
+
void StubContextFactory::ResizeDisplay(ui::Compositor* compositor,
const gfx::Size& size) {}
« no previous file with comments | « ash/mus/stub_context_factory.h ('k') | ui/compositor/compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698