| Index: ui/aura/window_tree_host_x11.h
|
| diff --git a/ui/aura/window_tree_host_x11.h b/ui/aura/window_tree_host_x11.h
|
| index 906f605a9b06a200cd96602c0c81773883964286..0587bb6fa0838b65e661e762aa43024d26574cba 100644
|
| --- a/ui/aura/window_tree_host_x11.h
|
| +++ b/ui/aura/window_tree_host_x11.h
|
| @@ -27,13 +27,8 @@ class MouseEvent;
|
|
|
| namespace aura {
|
|
|
| -namespace internal {
|
| -class TouchEventCalibrate;
|
| -}
|
| -
|
| class AURA_EXPORT WindowTreeHostX11 : public WindowTreeHost,
|
| public ui::PlatformEventDispatcher {
|
| -
|
| public:
|
| explicit WindowTreeHostX11(const gfx::Rect& bounds);
|
| ~WindowTreeHostX11() override;
|
| @@ -95,8 +90,6 @@ class AURA_EXPORT WindowTreeHostX11 : public WindowTreeHost,
|
| // The bounds of |xwindow_|.
|
| gfx::Rect bounds_;
|
|
|
| - scoped_ptr<internal::TouchEventCalibrate> touch_calibrate_;
|
| -
|
| ui::X11AtomCache atom_cache_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WindowTreeHostX11);
|
|
|