| Index: cc/surfaces/display.h
|
| diff --git a/cc/surfaces/display.h b/cc/surfaces/display.h
|
| index 3abfa0b1206ea61de94ac5112065770c47787508..4e2c924630e210bc52de54658ce997d6ae367afd 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();
|
| @@ -126,7 +125,6 @@ class CC_SURFACES_EXPORT Display : public DisplaySchedulerClient,
|
| bool visible_ = false;
|
| bool swapped_since_resize_ = false;
|
| gfx::Rect external_clip_;
|
| - gfx::Rect external_viewport_;
|
| bool output_is_secure_ = false;
|
|
|
| // The begin_frame_source_ is often known by the output_surface_ and
|
|
|