| Index: cc/surfaces/display.h
|
| diff --git a/cc/surfaces/display.h b/cc/surfaces/display.h
|
| index 3abfa0b1206ea61de94ac5112065770c47787508..13239ea892a23253d0f53824ba976e594a5786f0 100644
|
| --- a/cc/surfaces/display.h
|
| +++ b/cc/surfaces/display.h
|
| @@ -75,7 +75,6 @@ class CC_SURFACES_EXPORT Display : public DisplaySchedulerClient,
|
| void Resize(const gfx::Size& new_size);
|
| void SetColorSpace(const gfx::ColorSpace& color_space);
|
| void SetExternalClip(const gfx::Rect& clip);
|
| - void SetExternalViewport(const gfx::Rect& viewport);
|
| void SetOutputIsSecure(bool secure);
|
|
|
| const SurfaceId& CurrentSurfaceId();
|
|
|