Index: ui/base/animation/tween.h |
diff --git a/ui/base/animation/tween.h b/ui/base/animation/tween.h |
index 02c08c5adf52c23e0b26277e6d478b9b18b34d3b..b1641b55bf10a103a830f9df5419f7d5f2bfa4e9 100644 |
--- a/ui/base/animation/tween.h |
+++ b/ui/base/animation/tween.h |
@@ -9,10 +9,7 @@ |
#include "base/basictypes.h" |
#include "ui/base/ui_export.h" |
#include "ui/gfx/rect.h" |
- |
-#if !defined(OS_MACOSX) |
#include "ui/gfx/transform.h" |
-#endif |
namespace ui { |
@@ -37,11 +34,9 @@ class UI_EXPORT Tween { |
static gfx::Rect ValueBetween(double value, |
const gfx::Rect& start_bounds, |
const gfx::Rect& target_bounds); |
-#if !defined(OS_MACOSX) |
static Transform ValueBetween(double value, |
const Transform& start_transform, |
const Transform& target_transform); |
-#endif |
private: |
Tween(); |