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

Unified Diff: ui/display/chromeos/x11/touchscreen_delegate_x11.h

Issue 187073002: Refactoring display configuration state to allow generic state objects (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased 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/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;

Powered by Google App Engine
This is Rietveld 408576698