| Index: ui/display/chromeos/x11/touchscreen_delegate_x11.h
|
| diff --git a/ui/display/chromeos/x11/touchscreen_delegate_x11.h b/ui/display/chromeos/x11/touchscreen_delegate_x11.h
|
| index df265f16c651d910682d5331fc2f1d62a7d1bcbc..0d6ed8f504a5f151477ce746266563b545ec76ab 100644
|
| --- a/ui/display/chromeos/x11/touchscreen_delegate_x11.h
|
| +++ b/ui/display/chromeos/x11/touchscreen_delegate_x11.h
|
| @@ -19,7 +19,7 @@ class TouchscreenDelegateX11 : public OutputConfigurator::TouchscreenDelegate {
|
|
|
| // OutputConfigurator::TouchscreenDelegate implementation:
|
| virtual void AssociateTouchscreens(
|
| - std::vector<OutputConfigurator::OutputSnapshot>* outputs) OVERRIDE;
|
| + OutputConfigurator::DisplayStateList* outputs) OVERRIDE;
|
| virtual void ConfigureCTM(
|
| int touch_device_id,
|
| const OutputConfigurator::CoordinateTransformation& ctm) OVERRIDE;
|
|
|