| Index: content/renderer/android/synchronous_compositor_factory.h
|
| diff --git a/content/renderer/android/synchronous_compositor_factory.h b/content/renderer/android/synchronous_compositor_factory.h
|
| index d79988d2e178e5de787e524678db1ba9f9b81af8..58785bb3af6b7642dca5f9af792b2681b876e641 100644
|
| --- a/content/renderer/android/synchronous_compositor_factory.h
|
| +++ b/content/renderer/android/synchronous_compositor_factory.h
|
| @@ -51,7 +51,7 @@ class SynchronousCompositorFactory {
|
| virtual scoped_refptr<webkit::gpu::ContextProviderWebContext>
|
| GetSharedOffscreenContextProviderForMainThread() = 0;
|
| virtual scoped_refptr<StreamTextureFactory> CreateStreamTextureFactory(
|
| - int view_id) = 0;
|
| + int frame_id) = 0;
|
| virtual blink::WebGraphicsContext3D* CreateOffscreenGraphicsContext3D(
|
| const blink::WebGraphicsContext3D::Attributes& attributes) = 0;
|
|
|
|
|