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

Unified Diff: webkit/renderer/compositor_bindings/web_transform_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_transform_animation_curve_impl.h
diff --git a/webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.h b/webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.h
index 649b10d29c410891d648abcc665c900b1b703a85..56eb637287c2394db000fbc3ea3b0edf955281c9 100644
--- a/webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.h
+++ b/webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.h
@@ -14,24 +14,24 @@ class AnimationCurve;
class KeyframedTransformAnimationCurve;
}
-namespace WebKit { class WebTransformKeyframe; }
+namespace blink { class WebTransformKeyframe; }
namespace webkit {
class WebTransformAnimationCurveImpl
- : public WebKit::WebTransformAnimationCurve {
+ : public blink::WebTransformAnimationCurve {
public:
WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebTransformAnimationCurveImpl();
virtual ~WebTransformAnimationCurveImpl();
- // WebKit::WebAnimationCurve implementation.
+ // blink::WebAnimationCurve implementation.
virtual AnimationCurveType type() const;
- // WebKit::WebTransformAnimationCurve implementation.
- virtual void add(const WebKit::WebTransformKeyframe& keyframe);
- virtual void add(const WebKit::WebTransformKeyframe& keyframe,
+ // blink::WebTransformAnimationCurve implementation.
+ virtual void add(const blink::WebTransformKeyframe& keyframe);
+ virtual void add(const blink::WebTransformKeyframe& keyframe,
TimingFunctionType type);
- virtual void add(const WebKit::WebTransformKeyframe& keyframe,
+ virtual void add(const blink::WebTransformKeyframe& keyframe,
double x1,
double y1,
double x2,

Powered by Google App Engine
This is Rietveld 408576698