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

Unified Diff: chromeos/display/touchscreen_delegate_x11.h

Issue 191223007: Move touch CTM from X into Chrome (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: move CTM update code into a separate file ash/touch/touch_ctm_controller.cc 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: chromeos/display/touchscreen_delegate_x11.h
diff --git a/chromeos/display/touchscreen_delegate_x11.h b/chromeos/display/touchscreen_delegate_x11.h
index 99cae0675e824b0a124ca351a27fa99534fd8678..5c3a707dfb5a44e574f19578039c2a236a4ac4e8 100644
--- a/chromeos/display/touchscreen_delegate_x11.h
+++ b/chromeos/display/touchscreen_delegate_x11.h
@@ -20,9 +20,6 @@ class TouchscreenDelegateX11 : public OutputConfigurator::TouchscreenDelegate {
// OutputConfigurator::TouchscreenDelegate implementation:
virtual void AssociateTouchscreens(
std::vector<OutputConfigurator::OutputSnapshot>* outputs) OVERRIDE;
- virtual void ConfigureCTM(
- int touch_device_id,
- const OutputConfigurator::CoordinateTransformation& ctm) OVERRIDE;
private:
Display* display_;

Powered by Google App Engine
This is Rietveld 408576698