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

Unified Diff: webkit/compositor_bindings/WebTransformAnimationCurveImpl.h

Issue 10914268: Change cc files from namespace WebCore to cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 3 months 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: webkit/compositor_bindings/WebTransformAnimationCurveImpl.h
diff --git a/webkit/compositor_bindings/WebTransformAnimationCurveImpl.h b/webkit/compositor_bindings/WebTransformAnimationCurveImpl.h
index b7d70185cffa4fb9cda849cbb8b83e01929980e5..8631ef913f53636b988b0c2de9f611059f89dfe4 100644
--- a/webkit/compositor_bindings/WebTransformAnimationCurveImpl.h
+++ b/webkit/compositor_bindings/WebTransformAnimationCurveImpl.h
@@ -9,7 +9,7 @@
#include <wtf/OwnPtr.h>
#include <wtf/PassOwnPtr.h>
-namespace WebCore {
+namespace cc {
class CCAnimationCurve;
class CCKeyframedTransformAnimationCurve;
}
@@ -31,10 +31,10 @@ public:
virtual WebTransformationMatrix getValue(double time) const OVERRIDE;
- PassOwnPtr<WebCore::CCAnimationCurve> cloneToCCAnimationCurve() const;
+ PassOwnPtr<cc::CCAnimationCurve> cloneToCCAnimationCurve() const;
private:
- OwnPtr<WebCore::CCKeyframedTransformAnimationCurve> m_curve;
+ OwnPtr<cc::CCKeyframedTransformAnimationCurve> m_curve;
};
}

Powered by Google App Engine
This is Rietveld 408576698