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

Unified Diff: Source/core/animation/InterpolationEffect.h

Issue 194673002: Web Animations: Refactor KeyframeEffectModel to work via an InterpolationEffect. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@interpolationWrap
Patch Set: Created 6 years, 9 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: Source/core/animation/InterpolationEffect.h
diff --git a/Source/core/animation/InterpolationEffect.h b/Source/core/animation/InterpolationEffect.h
index ace3aae6c7be0b4c5c7013edf65b8a6760c67f2a..5dfcc945072d4117529f5e6c7e788d0a0c95563c 100644
--- a/Source/core/animation/InterpolationEffect.h
+++ b/Source/core/animation/InterpolationEffect.h
@@ -10,7 +10,6 @@
#include "wtf/PassOwnPtr.h"
#include "wtf/RefCounted.h"
-
namespace WebCore {
class InterpolationEffect : public RefCounted<InterpolationEffect> {

Powered by Google App Engine
This is Rietveld 408576698