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

Unified Diff: content/browser/android/in_process/synchronous_compositor_factory_impl.h

Issue 266353003: aw: Ubercomp mega patch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: content/browser/android/in_process/synchronous_compositor_factory_impl.h
diff --git a/content/browser/android/in_process/synchronous_compositor_factory_impl.h b/content/browser/android/in_process/synchronous_compositor_factory_impl.h
index b4dc21022ac2024fa565ab781c394983f48027cb..0c7a9e1462460d06ea24198726546cb00a98cce7 100644
--- a/content/browser/android/in_process/synchronous_compositor_factory_impl.h
+++ b/content/browser/android/in_process/synchronous_compositor_factory_impl.h
@@ -56,7 +56,8 @@ class SynchronousCompositorFactoryImpl : public SynchronousCompositorFactory {
void CompositorInitializedHardwareDraw();
void CompositorReleasedHardwareDraw();
- scoped_refptr<cc::ContextProvider>
+ // TODO(boliu): Don't need to be virtual.
+ virtual scoped_refptr<cc::ContextProvider>
CreateOnscreenContextProviderForCompositorThread(
scoped_refptr<gfx::GLSurface> surface);
« no previous file with comments | « cc/trees/single_thread_proxy.cc ('k') | content/browser/android/in_process/synchronous_compositor_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698