| Index: services/ui/ws/display.cc
|
| diff --git a/services/ui/ws/display.cc b/services/ui/ws/display.cc
|
| index 08fa51e93f36d3b93f5cbe51401edff2b9d0cb92..d9b1c1e72b1cd45f6f20a3bf607e326f9dbb97c6 100644
|
| --- a/services/ui/ws/display.cc
|
| +++ b/services/ui/ws/display.cc
|
| @@ -105,12 +105,6 @@ display::Display Display::ToDisplay() const {
|
| return display;
|
| }
|
|
|
| -void Display::SchedulePaint(const ServerWindow* window,
|
| - const gfx::Rect& bounds) {
|
| - DCHECK(root_->Contains(window));
|
| - platform_display_->SchedulePaint(window, bounds);
|
| -}
|
| -
|
| gfx::Size Display::GetSize() const {
|
| return platform_display_->GetBounds().size();
|
| }
|
|
|