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

Unified Diff: ui/aura/test/aura_test_helper.cc

Issue 2504743002: Linux Aura: Fixes and improvements for cursor loader (Closed)
Patch Set: Formatting Created 4 years, 1 month 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 | « no previous file | ui/base/cursor/cursor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/aura_test_helper.cc
diff --git a/ui/aura/test/aura_test_helper.cc b/ui/aura/test/aura_test_helper.cc
index 501c3adf816238afd07b9c30db8891db1e14936d..fb9a81ec3a383e5bad5fb65d993cef3ae9f4c2d0 100644
--- a/ui/aura/test/aura_test_helper.cc
+++ b/ui/aura/test/aura_test_helper.cc
@@ -137,10 +137,6 @@ void AuraTestHelper::TearDown() {
display::Screen::SetScreenInstance(nullptr);
test_screen_.reset();
-#if defined(USE_X11)
- ui::test::ResetXCursorCache();
-#endif
-
Env::GetInstance()->SetActiveFocusClient(nullptr, nullptr);
window_tree_client_setup_.reset();
focus_client_.reset();
« no previous file with comments | « no previous file | ui/base/cursor/cursor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698