summaryrefslogtreecommitdiffstats
path: root/webkit/compositor_bindings/WebTransformAnimationCurveImpl.h
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-16 08:12:22 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-16 08:12:22 +0000
commitc4275290c0c077709a02a81b3690e51df92d7954 (patch)
treed826f6a65beb3fd9a2b62c839f49476410896184 /webkit/compositor_bindings/WebTransformAnimationCurveImpl.h
parent06593364bc709899333d0c01d388c8fecd674599 (diff)
downloadchromium_src-c4275290c0c077709a02a81b3690e51df92d7954.zip
chromium_src-c4275290c0c077709a02a81b3690e51df92d7954.tar.gz
chromium_src-c4275290c0c077709a02a81b3690e51df92d7954.tar.bz2
Remove WTF dependencies from webkit_compositor_bindings
This removes almost all the WTF uses from webkit_compositor_bindings and updates the includes of chromium-style headers to be chromium-style (full path, etc). Things that are still using wtf are: - CCThreadTaskImpl uses OwnPtr/PassOwnPtr - fix will be a bit more involved - WebTransformationMatrixTest uses wtf/MathExtras.h - will fix on its own - WebTransformOperationsTest uses a Vector<OwnPtr<...> > - will rewrite this test on its own Also removed WebCompositorInputHandlerImpl.h/cpp which don't compile and aren't listed in the gyp. BUG=154451,144577 Review URL: https://chromiumcodereview.appspot.com/11142031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162101 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/compositor_bindings/WebTransformAnimationCurveImpl.h')
-rw-r--r--webkit/compositor_bindings/WebTransformAnimationCurveImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/compositor_bindings/WebTransformAnimationCurveImpl.h b/webkit/compositor_bindings/WebTransformAnimationCurveImpl.h
index 88f1c3e..51a8011 100644
--- a/webkit/compositor_bindings/WebTransformAnimationCurveImpl.h
+++ b/webkit/compositor_bindings/WebTransformAnimationCurveImpl.h
@@ -6,7 +6,7 @@
#define WebTransformAnimationCurveImpl_h
#include "base/memory/scoped_ptr.h"
-#include <public/WebTransformAnimationCurve.h>
+#include "third_party/WebKit/Source/Platform/chromium/public/WebTransformAnimationCurve.h"
namespace cc {
class CCAnimationCurve;