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

Unified Diff: mandoline/ui/aura/surface_context_factory.cc

Issue 1189833005: Revert of Support impl-side painting in Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « mandoline/ui/aura/surface_context_factory.h ('k') | mojo/cc/context_provider_mojo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/aura/surface_context_factory.cc
diff --git a/mandoline/ui/aura/surface_context_factory.cc b/mandoline/ui/aura/surface_context_factory.cc
index ebf9807aa1e4c7b4a5b1c5f54ff13fd4ac29c81e..e5fcbb54fcc55631e48b71d6fb072adeb31ca938 100644
--- a/mandoline/ui/aura/surface_context_factory.cc
+++ b/mandoline/ui/aura/surface_context_factory.cc
@@ -63,6 +63,7 @@
}
bool SurfaceContextFactory::DoesCreateTestContexts() {
+ NOTIMPLEMENTED();
return false;
}
@@ -80,11 +81,13 @@
gpu::GpuMemoryBufferManager*
SurfaceContextFactory::GetGpuMemoryBufferManager() {
- return &gpu_memory_buffer_manager_;
+ NOTIMPLEMENTED();
+ return nullptr;
}
cc::TaskGraphRunner* SurfaceContextFactory::GetTaskGraphRunner() {
- return raster_thread_helper_.task_graph_runner();
+ NOTIMPLEMENTED();
+ return nullptr;
}
scoped_ptr<cc::SurfaceIdAllocator>
« no previous file with comments | « mandoline/ui/aura/surface_context_factory.h ('k') | mojo/cc/context_provider_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698