| 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..16de5e39fb8765ff458eb4ab7a272ac7c0926ab4 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;
|
| + std::vector<OutputConfigurator::InternalDisplayState>* outputs) OVERRIDE;
|
| virtual void ConfigureCTM(
|
| int touch_device_id,
|
| const OutputConfigurator::CoordinateTransformation& ctm) OVERRIDE;
|
|
|