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

Unified Diff: ash/wm/system_gesture_event_filter_unittest.cc

Issue 12217120: Add IsInternal property to gfx::Display (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 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
Index: ash/wm/system_gesture_event_filter_unittest.cc
diff --git a/ash/wm/system_gesture_event_filter_unittest.cc b/ash/wm/system_gesture_event_filter_unittest.cc
index 97d7e911d922bc809cdb9613dff9423c680f645f..f21f848bfe0270c6826ed2dfaceedf5528f0f671 100644
--- a/ash/wm/system_gesture_event_filter_unittest.cc
+++ b/ash/wm/system_gesture_event_filter_unittest.cc
@@ -219,6 +219,11 @@ class SystemGestureEventFilterTest : public AshTestBase {
SetFirstDisplayAsInternalDisplayForTest();
}
+ virtual void TearDown() OVERRIDE {
+ Shell::GetInstance()->display_manager()->ResetInternalDisplayForTest();
oshima 2013/02/12 17:38:51 ditto. should be in AshTestBase
ynovikov 2013/02/12 21:17:47 Done.
+ test::AshTestBase::TearDown();
+ }
+
private:
DISALLOW_COPY_AND_ASSIGN(SystemGestureEventFilterTest);
};

Powered by Google App Engine
This is Rietveld 408576698