| Index: content/browser/renderer_host/compositor_impl_android.cc
|
| diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc
|
| index 51d2159f897a06fcc065fe96722494be4f183ba9..f14932b8fa6d9cffd17ce01bdce3512a25356253 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -48,7 +48,7 @@ class DirectOutputSurface : public cc::OutputSurface {
|
| DirectOutputSurface(scoped_ptr<WebKit::WebGraphicsContext3D> context3d)
|
| : cc::OutputSurface(context3d.Pass()) {}
|
|
|
| - virtual void Reshape(gfx::Size size) OVERRIDE {}
|
| + virtual void Reshape(gfx::Size size, float scale_factor) OVERRIDE {}
|
| virtual void PostSubBuffer(gfx::Rect rect, const cc::LatencyInfo&) OVERRIDE {}
|
| virtual void SwapBuffers(const cc::LatencyInfo&) OVERRIDE {
|
| context3d()->shallowFlushCHROMIUM();
|
|
|