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

Unified Diff: ash/wm/workspace/workspace_window_resizer_unittest.cc

Issue 9455063: Makes windows scale slightly when dragging the caption. Also wired (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes tests Created 8 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
« no previous file with comments | « ash/wm/workspace/workspace_window_resizer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_window_resizer_unittest.cc
diff --git a/ash/wm/workspace/workspace_window_resizer_unittest.cc b/ash/wm/workspace/workspace_window_resizer_unittest.cc
index 7787ddc4f8c19198863900715532965b4f4154ad..d417dcc67349ff6bc1991573b6e6692bda148b99 100644
--- a/ash/wm/workspace/workspace_window_resizer_unittest.cc
+++ b/ash/wm/workspace/workspace_window_resizer_unittest.cc
@@ -45,6 +45,7 @@ class WorkspaceWindowResizerTest : public test::AshTestBase {
virtual ~WorkspaceWindowResizerTest() {}
virtual void SetUp() OVERRIDE {
+ WorkspaceWindowResizer::SetScaleWindowsForTest(false);
AshTestBase::SetUp();
aura::RootWindow* root = Shell::GetInstance()->GetRootWindow();
root->SetBounds(gfx::Rect(0, 0, 800, kRootHeight));
@@ -57,6 +58,7 @@ class WorkspaceWindowResizerTest : public test::AshTestBase {
}
virtual void TearDown() OVERRIDE {
+ WorkspaceWindowResizer::SetScaleWindowsForTest(true);
window_.reset();
AshTestBase::TearDown();
}
« no previous file with comments | « ash/wm/workspace/workspace_window_resizer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698