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

Unified Diff: mojo/aura/context_factory_mojo.cc

Issue 271843002: Remove SharedBitmapManager global in ui/compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mojo Created 6 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 | « mojo/aura/context_factory_mojo.h ('k') | ui/compositor/compositor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/aura/context_factory_mojo.cc
diff --git a/mojo/aura/context_factory_mojo.cc b/mojo/aura/context_factory_mojo.cc
index 5c2a66e053dd8db1d342636b69ce19a87713fbcc..1dbca80a48f7dd733c4bc572405b030b252015ba 100644
--- a/mojo/aura/context_factory_mojo.cc
+++ b/mojo/aura/context_factory_mojo.cc
@@ -59,4 +59,8 @@ void ContextFactoryMojo::RemoveCompositor(ui::Compositor* compositor) {
bool ContextFactoryMojo::DoesCreateTestContexts() { return false; }
+cc::SharedBitmapManager* ContextFactoryMojo::GetSharedBitmapManager() {
+ return NULL;
+}
+
} // namespace mojo
« no previous file with comments | « mojo/aura/context_factory_mojo.h ('k') | ui/compositor/compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698