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

Unified Diff: webkit/renderer/compositor_bindings/web_filter_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_filter_animation_curve_impl.h
diff --git a/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h b/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h
index 6a6255c5491739a7994526af042f1931944e974d..64f8f11800b5858416e51fe1f7cbf322f8b61847 100644
--- a/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h
+++ b/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h
@@ -14,23 +14,23 @@ class AnimationCurve;
class KeyframedFilterAnimationCurve;
}
-namespace WebKit { class WebFilterKeyframe; }
+namespace blink { class WebFilterKeyframe; }
namespace webkit {
class WebFilterAnimationCurveImpl
- : public WebKit::WebFilterAnimationCurve {
+ : public blink::WebFilterAnimationCurve {
public:
WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebFilterAnimationCurveImpl();
virtual ~WebFilterAnimationCurveImpl();
- // WebKit::WebAnimationCurve implementation.
+ // blink::WebAnimationCurve implementation.
virtual AnimationCurveType type() const;
- // WebKit::WebFilterAnimationCurve implementation.
- virtual void add(const WebKit::WebFilterKeyframe& keyframe,
+ // blink::WebFilterAnimationCurve implementation.
+ virtual void add(const blink::WebFilterKeyframe& keyframe,
TimingFunctionType type);
- virtual void add(const WebKit::WebFilterKeyframe& keyframe,
+ virtual void add(const blink::WebFilterKeyframe& keyframe,
double x1,
double y1,
double x2,

Powered by Google App Engine
This is Rietveld 408576698