diff options
Diffstat (limited to 'ui/display/chromeos/x11/touchscreen_delegate_x11.h')
-rw-r--r-- | ui/display/chromeos/x11/touchscreen_delegate_x11.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/ui/display/chromeos/x11/touchscreen_delegate_x11.h b/ui/display/chromeos/x11/touchscreen_delegate_x11.h deleted file mode 100644 index 7966ddf..0000000 --- a/ui/display/chromeos/x11/touchscreen_delegate_x11.h +++ /dev/null @@ -1,32 +0,0 @@ -// Copyright 2014 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef UI_DISPLAY_CHROMEOS_X11_TOUCHSCREEN_DELEGATE_X11_H_ -#define UI_DISPLAY_CHROMEOS_X11_TOUCHSCREEN_DELEGATE_X11_H_ - -#include "ui/display/chromeos/display_configurator.h" - -struct _XDisplay; -typedef struct _XDisplay Display; - -namespace ui { - -class TouchscreenDelegateX11 : public DisplayConfigurator::TouchscreenDelegate { - public: - TouchscreenDelegateX11(); - virtual ~TouchscreenDelegateX11(); - - // DisplayConfigurator::TouchscreenDelegate implementation: - virtual void AssociateTouchscreens( - DisplayConfigurator::DisplayStateList* outputs) OVERRIDE; - - private: - Display* display_; - - DISALLOW_COPY_AND_ASSIGN(TouchscreenDelegateX11); -}; - -} // namespace ui - -#endif // UI_DISPLAY_CHROMEOS_X11_TOUCHSCREEN_DELEGATE_X11_H_ |