| Index: ash/host/ash_window_tree_host_x11.h
|
| diff --git a/ash/host/ash_window_tree_host_x11.h b/ash/host/ash_window_tree_host_x11.h
|
| index f690ea84ead3082b6c2afc5b9ecbaf940c41cf64..f7939f2694cb9410e6d4dee877d0f473f0339c2d 100644
|
| --- a/ash/host/ash_window_tree_host_x11.h
|
| +++ b/ash/host/ash_window_tree_host_x11.h
|
| @@ -14,6 +14,7 @@
|
|
|
| namespace ash {
|
| class RootWindowTransformer;
|
| +class MouseCursorEventFilter;
|
|
|
| class ASH_EXPORT AshWindowTreeHostX11 : public AshWindowTreeHost,
|
| public aura::WindowTreeHostX11,
|
| @@ -29,6 +30,7 @@ class ASH_EXPORT AshWindowTreeHostX11 : public AshWindowTreeHost,
|
| virtual void UnConfineCursor() OVERRIDE;
|
| virtual void SetRootWindowTransformer(
|
| scoped_ptr<RootWindowTransformer> transformer) OVERRIDE;
|
| + virtual gfx::Insets GetHostInsets() const OVERRIDE;
|
| virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE;
|
|
|
| // aura::WindowTreehost:
|
|
|