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

Unified Diff: chromeos/display/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: Fix ordering Created 6 years, 10 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: 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;

Powered by Google App Engine
This is Rietveld 408576698