| Index: android_webview/browser/parent_output_surface.h
|
| diff --git a/android_webview/browser/parent_output_surface.h b/android_webview/browser/parent_output_surface.h
|
| index c79703b27fd1e664cdc991c3b8f44778f7c6b0b8..03cd5dd69456722b7fbf3f8a85619eae9809e786 100644
|
| --- a/android_webview/browser/parent_output_surface.h
|
| +++ b/android_webview/browser/parent_output_surface.h
|
| @@ -16,8 +16,8 @@ class ParentOutputSurface : NON_EXPORTED_BASE(public cc::OutputSurface) {
|
| virtual ~ParentOutputSurface();
|
|
|
| // OutputSurface overrides.
|
| - virtual void Reshape(const gfx::Size& size, float scale_factor) OVERRIDE {}
|
| - virtual void SwapBuffers(cc::CompositorFrame* frame) OVERRIDE;
|
| + virtual void Reshape(const gfx::Size& size, float scale_factor) override {}
|
| + virtual void SwapBuffers(cc::CompositorFrame* frame) override;
|
| using cc::OutputSurface::SetExternalStencilTest;
|
|
|
| void SetDrawConstraints(const gfx::Size& surface_size, const gfx::Rect& clip);
|
|
|