| Index: content/renderer/android/synchronous_compositor_output_surface.h
|
| diff --git a/content/renderer/android/synchronous_compositor_output_surface.h b/content/renderer/android/synchronous_compositor_output_surface.h
|
| index 9f09ae5fa17026a5c8cec91de19bd754dc4c598d..79eb106bf6f5b44e83e441dc87cfe1067108ae98 100644
|
| --- a/content/renderer/android/synchronous_compositor_output_surface.h
|
| +++ b/content/renderer/android/synchronous_compositor_output_surface.h
|
| @@ -34,7 +34,7 @@ class SynchronousCompositorOutputSurface
|
| // OutputSurface.
|
| virtual bool ForcedDrawToSoftwareDevice() const OVERRIDE;
|
| virtual bool BindToClient(cc::OutputSurfaceClient* surface_client) OVERRIDE;
|
| - virtual void Reshape(gfx::Size size) OVERRIDE;
|
| + virtual void Reshape(gfx::Size size, float scale_factor) OVERRIDE;
|
| virtual void SendFrameToParentCompositor(cc::CompositorFrame* frame) OVERRIDE;
|
| virtual void EnableVSyncNotification(bool enable_vsync) OVERRIDE;
|
| virtual void SwapBuffers(const cc::LatencyInfo& info) OVERRIDE;
|
|
|