Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: chromeos/display/touchscreen_delegate_x11.h

Issue 192483007: Move chromeos/display/* to ui/display/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Include display.gyp into ChromeOS builds only Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/display/output_util_unittest.cc ('k') | chromeos/display/touchscreen_delegate_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/display/touchscreen_delegate_x11.h
diff --git a/chromeos/display/touchscreen_delegate_x11.h b/chromeos/display/touchscreen_delegate_x11.h
deleted file mode 100644
index 99cae0675e824b0a124ca351a27fa99534fd8678..0000000000000000000000000000000000000000
--- a/chromeos/display/touchscreen_delegate_x11.h
+++ /dev/null
@@ -1,35 +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 CHROMEOS_DISPLAY_TOUCHSCREEN_DELEGATE_X11_H_
-#define CHROMEOS_DISPLAY_TOUCHSCREEN_DELEGATE_X11_H_
-
-#include "chromeos/display/output_configurator.h"
-
-struct _XDisplay;
-typedef struct _XDisplay Display;
-
-namespace chromeos {
-
-class TouchscreenDelegateX11 : public OutputConfigurator::TouchscreenDelegate {
- public:
- TouchscreenDelegateX11();
- virtual ~TouchscreenDelegateX11();
-
- // OutputConfigurator::TouchscreenDelegate implementation:
- virtual void AssociateTouchscreens(
- std::vector<OutputConfigurator::OutputSnapshot>* outputs) OVERRIDE;
- virtual void ConfigureCTM(
- int touch_device_id,
- const OutputConfigurator::CoordinateTransformation& ctm) OVERRIDE;
-
- private:
- Display* display_;
-
- DISALLOW_COPY_AND_ASSIGN(TouchscreenDelegateX11);
-};
-
-} // namespace chromeos
-
-#endif // CHROMEOS_DISPLAY_TOUCHSCREEN_DELEGATE_X11_H_
« no previous file with comments | « chromeos/display/output_util_unittest.cc ('k') | chromeos/display/touchscreen_delegate_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698