| OLD | NEW |
| 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 #include "ash/touch/touch_transformer_controller.h" | 5 #include "ash/touch/touch_transformer_controller.h" |
| 6 | 6 |
| 7 #include "ash/display/display_controller.h" | 7 #include "ash/display/display_controller.h" |
| 8 #include "ash/display/display_manager.h" | 8 #include "ash/display/display_manager.h" |
| 9 #include "ash/host/ash_window_tree_host.h" | 9 #include "ash/host/ash_window_tree_host.h" |
| 10 #include "ash/root_window_controller.h" | 10 #include "ash/root_window_controller.h" |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 | 216 |
| 217 void TouchTransformerController::OnDisplaysInitialized() { | 217 void TouchTransformerController::OnDisplaysInitialized() { |
| 218 UpdateTouchTransformer(); | 218 UpdateTouchTransformer(); |
| 219 } | 219 } |
| 220 | 220 |
| 221 void TouchTransformerController::OnDisplayConfigurationChanged() { | 221 void TouchTransformerController::OnDisplayConfigurationChanged() { |
| 222 UpdateTouchTransformer(); | 222 UpdateTouchTransformer(); |
| 223 } | 223 } |
| 224 | 224 |
| 225 } // namespace ash | 225 } // namespace ash |
| OLD | NEW |