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

Unified Diff: ui/aura/shared/compound_event_filter.cc

Issue 11033038: Fix the issue of cursor's device scale factor when using monitors with differnt device scale factor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix a comment Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | ui/aura/ui_controls_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/shared/compound_event_filter.cc
diff --git a/ui/aura/shared/compound_event_filter.cc b/ui/aura/shared/compound_event_filter.cc
index a1efa223edb4f24e55595461e9a9df6e293eb849..19e34827ef38892c046ca8e0fe61172b12913bcf 100644
--- a/ui/aura/shared/compound_event_filter.cc
+++ b/ui/aura/shared/compound_event_filter.cc
@@ -147,8 +147,6 @@ void CompoundEventFilter::UpdateCursor(Window* target, ui::MouseEvent* event) {
}
cursor_client->SetCursor(cursor);
- cursor_client->SetDeviceScaleFactor(
- root_window->AsRootWindowHostDelegate()->GetDeviceScaleFactor());
}
}
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | ui/aura/ui_controls_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698