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

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

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.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();

Powered by Google App Engine
This is Rietveld 408576698