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

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

Issue 10982040: Fix mouse lock on chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update comment Created 8 years, 3 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 | « ui/aura/shared/compound_event_filter.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/shared/compound_event_filter_unittest.cc
diff --git a/ui/aura/shared/compound_event_filter_unittest.cc b/ui/aura/shared/compound_event_filter_unittest.cc
index 965b993d3140f1195dce8fb31039f32c4c7d8fed..4b56fc4fa936982d397feeed84b0b01cffd5b088 100644
--- a/ui/aura/shared/compound_event_filter_unittest.cc
+++ b/ui/aura/shared/compound_event_filter_unittest.cc
@@ -23,7 +23,7 @@ base::TimeDelta GetTime() {
class TestVisibleClient : public aura::client::CursorClient {
public:
- TestVisibleClient() : visible_(false) {}
+ TestVisibleClient() : visible_(true) {}
virtual ~TestVisibleClient() {}
virtual void SetCursor(gfx::NativeCursor cursor) OVERRIDE {
« no previous file with comments | « ui/aura/shared/compound_event_filter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698