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

Unified Diff: webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h

Issue 61553006: Rename WebKit namespace to blink (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/renderer/compositor_bindings/web_float_animation_curve_impl.h
diff --git a/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h b/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h
index be2df50ca32decdd11d473d251f6ce0ff9931085..99e186ddfcec7e6e28e8dc27ec13a2b123dc6733 100644
--- a/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h
+++ b/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h
@@ -14,11 +14,11 @@ class AnimationCurve;
class KeyframedFloatAnimationCurve;
}
-namespace WebKit { struct WebFloatKeyframe; }
+namespace blink { struct WebFloatKeyframe; }
namespace webkit {
-class WebFloatAnimationCurveImpl : public WebKit::WebFloatAnimationCurve {
+class WebFloatAnimationCurveImpl : public blink::WebFloatAnimationCurve {
public:
WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebFloatAnimationCurveImpl();
virtual ~WebFloatAnimationCurveImpl();
@@ -27,10 +27,10 @@ class WebFloatAnimationCurveImpl : public WebKit::WebFloatAnimationCurve {
virtual AnimationCurveType type() const;
// WebFloatAnimationCurve implementation.
- virtual void add(const WebKit::WebFloatKeyframe& keyframe);
- virtual void add(const WebKit::WebFloatKeyframe& keyframe,
+ virtual void add(const blink::WebFloatKeyframe& keyframe);
+ virtual void add(const blink::WebFloatKeyframe& keyframe,
TimingFunctionType type);
- virtual void add(const WebKit::WebFloatKeyframe& keyframe,
+ virtual void add(const blink::WebFloatKeyframe& keyframe,
double x1,
double y1,
double x2,

Powered by Google App Engine
This is Rietveld 408576698