| Index: cc/output/output_surface.h
|
| diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
|
| index 27e59139936bb17d307ff00adb6239989d4d78f1..9054272b746120c777c7be1929f1ad083bf02b44 100644
|
| --- a/cc/output/output_surface.h
|
| +++ b/cc/output/output_surface.h
|
| @@ -119,7 +119,6 @@ class CC_EXPORT OutputSurface : public base::trace_event::MemoryDumpProvider {
|
| float scale_factor,
|
| const gfx::ColorSpace& color_space,
|
| bool alpha);
|
| - gfx::Size SurfaceSize() const { return surface_size_; }
|
|
|
| virtual bool HasExternalStencilTest() const = 0;
|
| virtual void ApplyExternalStencil() = 0;
|
|
|