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

Unified Diff: ash/touch/touch_transformer_controller.h

Issue 2557163002: Implements computation of touch calibration transform using user provided data (Closed)
Patch Set: Fixed unused variable error Created 4 years 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: ash/touch/touch_transformer_controller.h
diff --git a/ash/touch/touch_transformer_controller.h b/ash/touch/touch_transformer_controller.h
index 640fcbb8c8f499de202b8db3080bafbbe691e33c..7abb8ce2b98d6211034a8868b46de7fea8cb82c9 100644
--- a/ash/touch/touch_transformer_controller.h
+++ b/ash/touch/touch_transformer_controller.h
@@ -36,13 +36,7 @@ class ASH_EXPORT TouchTransformerController
void OnDisplayConfigurationChanged() override;
private:
- FRIEND_TEST_ALL_PREFIXES(TouchTransformerControllerTest,
- MirrorModeLetterboxing);
- FRIEND_TEST_ALL_PREFIXES(TouchTransformerControllerTest,
- MirrorModePillarboxing);
- FRIEND_TEST_ALL_PREFIXES(TouchTransformerControllerTest, SoftwareMirrorMode);
- FRIEND_TEST_ALL_PREFIXES(TouchTransformerControllerTest, ExtendedMode);
- FRIEND_TEST_ALL_PREFIXES(TouchTransformerControllerTest, TouchRadiusScale);
+ friend class TouchTransformerControllerTest;
// Returns a transform that will be used to change an event's location from
// the touchscreen's coordinate system into |display|'s coordinate system.

Powered by Google App Engine
This is Rietveld 408576698