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

Unified Diff: trunk/src/content/browser/aura/gpu_process_transport_factory.h

Issue 22648006: Revert 216780 "Clean up compositor initialization/destruction." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 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: trunk/src/content/browser/aura/gpu_process_transport_factory.h
===================================================================
--- trunk/src/content/browser/aura/gpu_process_transport_factory.h (revision 216906)
+++ trunk/src/content/browser/aura/gpu_process_transport_factory.h (working copy)
@@ -35,7 +35,7 @@
scoped_ptr<WebGraphicsContext3DCommandBufferImpl>
CreateOffscreenCommandBufferContext();
- // ContextFactory implementation.
+ // ImageTransportFactory implementation.
virtual scoped_ptr<WebKit::WebGraphicsContext3D> CreateOffscreenContext()
OVERRIDE;
virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
@@ -46,9 +46,6 @@
virtual void RemoveReflector(
scoped_refptr<ui::Reflector> reflector) OVERRIDE;
virtual void RemoveCompositor(ui::Compositor* compositor) OVERRIDE;
- virtual bool DoesCreateTestContexts() OVERRIDE;
-
- // ImageTransportFactory implementation.
virtual ui::ContextFactory* AsContextFactory() OVERRIDE;
virtual gfx::GLSurfaceHandle CreateSharedSurfaceHandle() OVERRIDE;
virtual void DestroySharedSurfaceHandle(
« no previous file with comments | « trunk/src/components/test/run_all_unittests.cc ('k') | trunk/src/content/browser/aura/gpu_process_transport_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698