diff options
author | shawnsingh@chromium.org <shawnsingh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-27 08:29:00 +0000 |
---|---|---|
committer | shawnsingh@chromium.org <shawnsingh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-27 08:29:00 +0000 |
commit | c8686a05e1fa4cb3aa82690d7450791828096840 (patch) | |
tree | c43ef1a56ac27a06bc1ed7c069850cf7c6790002 /cc/animation_curve.h | |
parent | 5006a4185d3a95976ced07022188f9abb48790be (diff) | |
download | chromium_src-c8686a05e1fa4cb3aa82690d7450791828096840.zip chromium_src-c8686a05e1fa4cb3aa82690d7450791828096840.tar.gz chromium_src-c8686a05e1fa4cb3aa82690d7450791828096840.tar.bz2 |
Animation code is not yet migrated by this patch, due to WebTransformOperations.
BUG=159972
Review URL: https://codereview.chromium.org/11308153
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169609 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/animation_curve.h')
-rw-r--r-- | cc/animation_curve.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/animation_curve.h b/cc/animation_curve.h index e2932e9..0629dea 100644 --- a/cc/animation_curve.h +++ b/cc/animation_curve.h @@ -5,9 +5,10 @@ #ifndef CC_ANIMATION_CURVE_H_ #define CC_ANIMATION_CURVE_H_ +#include <public/WebTransformationMatrix.h> + #include "base/memory/scoped_ptr.h" #include "cc/cc_export.h" -#include <public/WebTransformationMatrix.h> namespace cc { |