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

Side by Side Diff: ash/touch/touch_transformer_controller.h

Issue 1366123002: Cleanup: IWYU for base/gtest_prod_util.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gtest_iwyu
Patch Set: more lint Created 5 years, 2 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 unified diff | Download patch
« no previous file with comments | « ash/system/tray_accessibility.h ('k') | ash/wm/dock/docked_window_layout_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_TOUCH_TOUCH_TRANSFORMER_CONTROLLER_H_ 5 #ifndef ASH_TOUCH_TOUCH_TRANSFORMER_CONTROLLER_H_
6 #define ASH_TOUCH_TOUCH_TRANSFORMER_CONTROLLER_H_ 6 #define ASH_TOUCH_TOUCH_TRANSFORMER_CONTROLLER_H_
7 7
8 #include "ash/ash_export.h" 8 #include "ash/ash_export.h"
9 #include "ash/display/window_tree_host_manager.h" 9 #include "ash/display/window_tree_host_manager.h"
10 #include "base/gtest_prod_util.h"
10 #include "ui/gfx/transform.h" 11 #include "ui/gfx/transform.h"
11 12
12 namespace ui { 13 namespace ui {
13 struct TouchscreenDevice; 14 struct TouchscreenDevice;
14 } // namespace ui 15 } // namespace ui
15 16
16 namespace ash { 17 namespace ash {
17 18
18 // TouchTransformerController listens to display configuration change 19 // TouchTransformerController listens to display configuration change
19 // and updates the touch transformation for touch displays. 20 // and updates the touch transformation for touch displays.
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 void UpdateTouchTransform(int64_t target_display_id, 76 void UpdateTouchTransform(int64_t target_display_id,
76 const DisplayInfo& touch_display, 77 const DisplayInfo& touch_display,
77 const DisplayInfo& target_display) const; 78 const DisplayInfo& target_display) const;
78 79
79 DISALLOW_COPY_AND_ASSIGN(TouchTransformerController); 80 DISALLOW_COPY_AND_ASSIGN(TouchTransformerController);
80 }; 81 };
81 82
82 } // namespace ash 83 } // namespace ash
83 84
84 #endif // ASH_TOUCH_TOUCH_TRANSFORMER_CONTROLLER_H_ 85 #endif // ASH_TOUCH_TOUCH_TRANSFORMER_CONTROLLER_H_
OLDNEW
« no previous file with comments | « ash/system/tray_accessibility.h ('k') | ash/wm/dock/docked_window_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698