| Index: content/renderer/android/synchronous_compositor_output_surface.cc
|
| diff --git a/content/renderer/android/synchronous_compositor_output_surface.cc b/content/renderer/android/synchronous_compositor_output_surface.cc
|
| index e4a1be1432676923f035c3859d115b8e0dec0dd4..54c89eb31cf2b9284b26767fb4d9108cfe661279 100644
|
| --- a/content/renderer/android/synchronous_compositor_output_surface.cc
|
| +++ b/content/renderer/android/synchronous_compositor_output_surface.cc
|
| @@ -119,7 +119,8 @@ bool SynchronousCompositorOutputSurface::BindToClient(
|
| return true;
|
| }
|
|
|
| -void SynchronousCompositorOutputSurface::Reshape(gfx::Size size) {
|
| +void SynchronousCompositorOutputSurface::Reshape(
|
| + gfx::Size size, float scale_factor) {
|
| // Intentional no-op: surface size is controlled by the embedder.
|
| }
|
|
|
|
|