| Index: ash/touch/touch_observer_hud.cc
|
| diff --git a/ash/touch/touch_observer_hud.cc b/ash/touch/touch_observer_hud.cc
|
| index c9372aa6fe4bfb66604cad7e6939021d9e9b2bfd..82ac3050f8cd06003621332952e7b87ffae13164 100644
|
| --- a/ash/touch/touch_observer_hud.cc
|
| +++ b/ash/touch/touch_observer_hud.cc
|
| @@ -42,7 +42,7 @@ class TouchHudCanvas : public views::View {
|
| : owner_(owner),
|
| path_index_(0),
|
| color_index_(0) {
|
| - gfx::Display display = gfx::Screen::GetPrimaryMonitor();
|
| + gfx::Display display = gfx::Screen::GetPrimaryDisplay();
|
| gfx::Rect bounds = display.bounds();
|
| size_.set_width(bounds.width() / kScale);
|
| size_.set_height(bounds.height() / kScale);
|
|
|