| Index: chromeos/display/touchscreen_delegate_x11.h
|
| diff --git a/chromeos/display/touchscreen_delegate_x11.h b/chromeos/display/touchscreen_delegate_x11.h
|
| index 99cae0675e824b0a124ca351a27fa99534fd8678..94f90c3769fc85d7a67b8ed9f259768cb1adfa35 100644
|
| --- a/chromeos/display/touchscreen_delegate_x11.h
|
| +++ b/chromeos/display/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;
|
|
|