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

Unified Diff: ui/display/chromeos/ozone/touchscreen_delegate_ozone.cc

Issue 226183004: Renamed OutputConfigurator to DisplayConfigurator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: ui/display/chromeos/ozone/touchscreen_delegate_ozone.cc
diff --git a/ui/display/chromeos/ozone/touchscreen_delegate_ozone.cc b/ui/display/chromeos/ozone/touchscreen_delegate_ozone.cc
index f25f3599902e9df75b487acaa9a39c7e3cd65d39..1705f8b940aea1680249e71d9dbe411127816857 100644
--- a/ui/display/chromeos/ozone/touchscreen_delegate_ozone.cc
+++ b/ui/display/chromeos/ozone/touchscreen_delegate_ozone.cc
@@ -11,13 +11,13 @@ TouchscreenDelegateOzone::TouchscreenDelegateOzone() {}
TouchscreenDelegateOzone::~TouchscreenDelegateOzone() {}
void TouchscreenDelegateOzone::AssociateTouchscreens(
- std::vector<OutputConfigurator::DisplayState>* outputs) {
+ std::vector<DisplayConfigurator::DisplayState>* outputs) {
NOTIMPLEMENTED();
}
void TouchscreenDelegateOzone::ConfigureCTM(
int touch_device_id,
- const OutputConfigurator::CoordinateTransformation& ctm) {
+ const DisplayConfigurator::CoordinateTransformation& ctm) {
NOTIMPLEMENTED();
}

Powered by Google App Engine
This is Rietveld 408576698