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

Unified Diff: ui/base/animation/tween.cc

Issue 8486020: compositor_unittests target is unimplmented on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and nit. Created 9 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
Index: ui/base/animation/tween.cc
diff --git a/ui/base/animation/tween.cc b/ui/base/animation/tween.cc
index 3d57aefa2b86786220b8a6e998600ea4685ab42a..b8f4385b36030707eb2679ffa517eae0e4f22dad 100644
--- a/ui/base/animation/tween.cc
+++ b/ui/base/animation/tween.cc
@@ -11,10 +11,7 @@
#endif
#include "base/logging.h"
-
-#if !defined(OS_MACOSX)
#include "ui/gfx/interpolated_transform.h"
-#endif
namespace ui {
@@ -86,7 +83,6 @@ gfx::Rect Tween::ValueBetween(double value,
target_bounds.height()));
}
-#if !defined(OS_MACOSX)
// static
Transform Tween::ValueBetween(double value,
const Transform& start_transform,
@@ -127,6 +123,5 @@ Transform Tween::ValueBetween(double value,
return to_return;
}
-#endif
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698