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

Unified Diff: ash/display/event_transformation_handler.h

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « ash/display/display_util.cc ('k') | ash/display/event_transformation_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/event_transformation_handler.h
diff --git a/ash/display/event_transformation_handler.h b/ash/display/event_transformation_handler.h
index 25ec4f8db50e6bcedd54fa167a2282a276af31a4..4d9ef0170cc5c8b80011ccc3524d4d70a212cd70 100644
--- a/ash/display/event_transformation_handler.h
+++ b/ash/display/event_transformation_handler.h
@@ -17,10 +17,10 @@ namespace ash {
class ASH_EXPORT EventTransformationHandler : public ui::EventHandler {
public:
enum TransformationMode {
- TRANSFORM_AUTO, // Transform events by the default amount.
- // 1. Linear scaling w.r.t. the device scale factor.
- // 2. Add 20% more for non-integrated displays.
- TRANSFORM_NONE, // No transformation.
+ TRANSFORM_AUTO, // Transform events by the default amount.
+ // 1. Linear scaling w.r.t. the device scale factor.
+ // 2. Add 20% more for non-integrated displays.
+ TRANSFORM_NONE, // No transformation.
};
EventTransformationHandler();
« no previous file with comments | « ash/display/display_util.cc ('k') | ash/display/event_transformation_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698