| 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();
|
| }
|
|
|
|
|