Index: ui/gfx/compositor/layer_animator.h |
diff --git a/ui/gfx/compositor/layer_animator.h b/ui/gfx/compositor/layer_animator.h |
index da86766540f35fc8cb34d5d716bd46e3a43c8f4c..c30ba87d9f4fe0e059fba5a8cca4acf2b551c44f 100644 |
--- a/ui/gfx/compositor/layer_animator.h |
+++ b/ui/gfx/compositor/layer_animator.h |
@@ -11,6 +11,7 @@ |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
#include "third_party/skia/include/core/SkScalar.h" |
+#include "third_party/skia/include/utils/SkMatrix44.h" |
#include "ui/base/animation/animation_delegate.h" |
#include "ui/base/animation/tween.h" |
#include "ui/gfx/point.h" |
@@ -68,8 +69,8 @@ class LayerAnimator : public ui::AnimationDelegate { |
// Parameters used whe animating the transform. |
struct TransformParams { |
// TODO: make 4x4 whe Transform is updated. |
- SkScalar start[9]; |
- SkScalar target[9]; |
+ SkMScalar start[16]; |
+ SkMScalar target[16]; |
}; |
union Params { |