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

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

Issue 619843002: cc: Make separate interface for BeginFrame ipc from OutputSurface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 dd7467a5849341f1c2f690f4fc02a8f1f1e70c56..3f03685ef0577edfe4a9cfdc9830e05369bd8c56 100644
--- a/content/browser/android/in_process/synchronous_compositor_factory_impl.h
+++ b/content/browser/android/in_process/synchronous_compositor_factory_impl.h
@@ -38,6 +38,8 @@ class SynchronousCompositorFactoryImpl : public SynchronousCompositorFactory {
scoped_refptr<content::FrameSwapMessageQueue> frame_swap_message_queue)
override;
virtual InputHandlerManagerClient* GetInputHandlerManagerClient() override;
+ virtual scoped_ptr<cc::BeginFrameSource> CreateExternalBeginFrameSource(
+ int routing_id) override;
virtual scoped_refptr<webkit::gpu::ContextProviderWebContext>
CreateOffscreenContextProvider(
const blink::WebGraphicsContext3D::Attributes& attributes,

Powered by Google App Engine
This is Rietveld 408576698