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

Unified Diff: Source/core/platform/animation/AnimationTranslationUtil.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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: Source/core/platform/animation/AnimationTranslationUtil.h
diff --git a/Source/core/platform/animation/AnimationTranslationUtil.h b/Source/core/platform/animation/AnimationTranslationUtil.h
index 95af52a029310088ad75e290db0d61eee30809fb..5ac2321e82822037dc5c19607c77a6303358a670 100644
--- a/Source/core/platform/animation/AnimationTranslationUtil.h
+++ b/Source/core/platform/animation/AnimationTranslationUtil.h
@@ -33,7 +33,7 @@
#include "wtf/PassOwnPtr.h"
-namespace WebKit {
+namespace blink {
class WebAnimation;
}
@@ -49,7 +49,7 @@ class FloatSize;
// - a steps timing function is used,
// - a property other than AnimatedPropertyWebkitTransform, or AnimatedPropertyOpacity is animated, or
// - a transform animation involves a non-invertable transform.
-PassOwnPtr<WebKit::WebAnimation> createWebAnimation(const KeyframeValueList&, const CSSAnimationData*, int animationId, double timeOffset, const FloatSize& boxSize);
+PassOwnPtr<blink::WebAnimation> createWebAnimation(const KeyframeValueList&, const CSSAnimationData*, int animationId, double timeOffset, const FloatSize& boxSize);
} // namespace WebCore
« no previous file with comments | « Source/core/platform/ScrollbarThemeWin.cpp ('k') | Source/core/platform/animation/AnimationTranslationUtil.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698