diff options
Diffstat (limited to 'Source/WebKit/chromium/tests/CCAnimationTestCommon.cpp')
-rw-r--r-- | Source/WebKit/chromium/tests/CCAnimationTestCommon.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/WebKit/chromium/tests/CCAnimationTestCommon.cpp b/Source/WebKit/chromium/tests/CCAnimationTestCommon.cpp index f210c1bb7..76d1c0a3e 100644 --- a/Source/WebKit/chromium/tests/CCAnimationTestCommon.cpp +++ b/Source/WebKit/chromium/tests/CCAnimationTestCommon.cpp @@ -26,11 +26,10 @@ #include "CCAnimationTestCommon.h" +#include "CCKeyframedAnimationCurve.h" +#include "CCLayerAnimationController.h" +#include "CCLayerImpl.h" #include "LayerChromium.h" -#include "cc/CCKeyframedAnimationCurve.h" -#include "cc/CCLayerAnimationController.h" -#include "cc/CCLayerImpl.h" - #include <public/WebTransformOperations.h> using namespace WebCore; |