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

Unified Diff: services/ui/ws/display_manager.cc

Issue 2627623003: Add full touch support to mus. (Closed)
Patch Set: Fixes. Created 3 years, 11 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 | « services/ui/ws/BUILD.gn ('k') | services/ui/ws/test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/display_manager.cc
diff --git a/services/ui/ws/display_manager.cc b/services/ui/ws/display_manager.cc
index f8d6271d0e86a253d31fac77557910252dadfe4a..199e1ae0dac2fee4da712df9b5c4f4b42f76297b 100644
--- a/services/ui/ws/display_manager.cc
+++ b/services/ui/ws/display_manager.cc
@@ -180,8 +180,6 @@ void DisplayManager::OnDisplayAdded(int64_t id,
ws::Display* display = new ws::Display(window_server_);
display->Init(params, nullptr);
-
- window_server_->delegate()->UpdateTouchTransforms();
}
void DisplayManager::OnDisplayRemoved(int64_t id) {
« no previous file with comments | « services/ui/ws/BUILD.gn ('k') | services/ui/ws/test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698