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

Unified Diff: ash/wm/window_animations.h

Issue 10869066: Attempt 2 at Fixes crash introduced @ 153047 (you can hit crash by maximizing a (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: The fix Created 8 years, 4 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 | « no previous file | ash/wm/window_animations.cc » ('j') | ash/wm/window_animations_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_animations.h
diff --git a/ash/wm/window_animations.h b/ash/wm/window_animations.h
index 9ddbbaceefc4dd8ebc75d53f00b148d8dcb4f827..192b0e7ca44212f176016f5cdacb3b2e0fdaea83 100644
--- a/ash/wm/window_animations.h
+++ b/ash/wm/window_animations.h
@@ -119,10 +119,6 @@ ASH_EXPORT base::TimeDelta GetCrossFadeDuration(const gfx::Rect& old_bounds,
ASH_EXPORT bool AnimateOnChildWindowVisibilityChanged(
aura::Window* window, bool visible);
-// Delay the old layer deletion so that test can verify the behavior of
-// old layer.
-ASH_EXPORT void SetDelayedOldLayerDeletionInCrossFadeForTest(bool value);
-
} // namespace internal
} // namespace ash
« no previous file with comments | « no previous file | ash/wm/window_animations.cc » ('j') | ash/wm/window_animations_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698