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

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

Issue 1408123005: Android Webview IPC-based sync compositing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win compile Created 5 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 ad6d05cf6704efcab212633b1279c06cfffe62e5..03533444a3e06e6bf7e8cb5110515786f53c0eab 100644
--- a/content/browser/android/in_process/synchronous_compositor_factory_impl.h
+++ b/content/browser/android/in_process/synchronous_compositor_factory_impl.h
@@ -47,7 +47,7 @@ class SynchronousCompositorFactoryImpl : public SynchronousCompositorFactory {
scoped_ptr<cc::BeginFrameSource> CreateExternalBeginFrameSource(
int routing_id) override;
scoped_refptr<StreamTextureFactory> CreateStreamTextureFactory(
- int view_id) override;
+ int frame_id) override;
SynchronousInputEventFilter* synchronous_input_event_filter() {
return &synchronous_input_event_filter_;
@@ -55,8 +55,6 @@ class SynchronousCompositorFactoryImpl : public SynchronousCompositorFactory {
void SetDeferredGpuService(
scoped_refptr<gpu::InProcessCommandBuffer::Service> service);
- base::Thread* CreateInProcessGpuThread(
- const InProcessChildThreadParams& params);
void CompositorInitializedHardwareDraw();
void CompositorReleasedHardwareDraw();
« no previous file with comments | « content/browser/android/in_process/DEPS ('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