| Index: ash/touch/touch_observer_hud.cc
|
| diff --git a/ash/touch/touch_observer_hud.cc b/ash/touch/touch_observer_hud.cc
|
| index 9dcccd3f9fcab2a20579eb2de919ecb2a22cb9c6..dbe18438a2460464b670fd81f85dae708495bf74 100644
|
| --- a/ash/touch/touch_observer_hud.cc
|
| +++ b/ash/touch/touch_observer_hud.cc
|
| @@ -5,10 +5,10 @@
|
| #include "ash/touch/touch_observer_hud.h"
|
|
|
| #include "ash/root_window_controller.h"
|
| +#include "ash/root_window_property.h"
|
| #include "ash/shell.h"
|
| #include "ash/shell_window_ids.h"
|
| #include "ash/wm/property_util.h"
|
| -#include "ash/wm/window_properties.h"
|
| #include "ui/aura/root_window.h"
|
| #include "ui/gfx/display.h"
|
| #include "ui/gfx/rect.h"
|
| @@ -20,7 +20,7 @@ namespace ash {
|
| namespace internal {
|
|
|
| TouchObserverHUD::TouchObserverHUD(aura::RootWindow* initial_root)
|
| - : display_id_(initial_root->GetProperty(kDisplayIdKey)),
|
| + : display_id_(GetRootWindowProperty(initial_root)->display_id),
|
| root_window_(initial_root),
|
| widget_(NULL) {
|
| const gfx::Display& display =
|
|
|