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

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

Issue 916723002: cc: Add threaded GPU rasterization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement ContextProviderInProcess::DetachFromThread(). Created 5 years, 10 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 d141a7fc21b3f9eedc5ee7e4d806b708a9dfb49f..81a49301d21577f025a6ab90560f341adde98643 100644
--- a/content/browser/android/in_process/synchronous_compositor_factory_impl.h
+++ b/content/browser/android/in_process/synchronous_compositor_factory_impl.h
@@ -57,8 +57,7 @@ class SynchronousCompositorFactoryImpl : public SynchronousCompositorFactory {
void CompositorInitializedHardwareDraw();
void CompositorReleasedHardwareDraw();
- scoped_refptr<cc::ContextProvider>
- CreateOnscreenContextProviderForCompositorThread();
+ scoped_refptr<cc::ContextProvider> CreateContextProviderForCompositor();
private:
bool CanCreateMainThreadContext();

Powered by Google App Engine
This is Rietveld 408576698