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

Unified Diff: public/platform/WebScrollOffsetAnimationCurve.h

Issue 412123002: Rename WebAnimation to WebCompositorAnimation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Set upstream branch Created 6 years, 5 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: public/platform/WebScrollOffsetAnimationCurve.h
diff --git a/public/platform/WebScrollOffsetAnimationCurve.h b/public/platform/WebScrollOffsetAnimationCurve.h
index 8036b60fbc5a717ca7e8eb2aacd41d21ebef6d45..7eb2fef7480f41889c251eeaf3a9d3079beb4539 100644
--- a/public/platform/WebScrollOffsetAnimationCurve.h
+++ b/public/platform/WebScrollOffsetAnimationCurve.h
@@ -5,13 +5,13 @@
#ifndef WebScrollOffsetAnimationCurve_h
#define WebScrollOffsetAnimationCurve_h
-#include "WebAnimationCurve.h"
+#include "WebCompositorAnimationCurve.h"
#include "WebFloatPoint.h"
namespace blink {
-class WebScrollOffsetAnimationCurve : public WebAnimationCurve {
+class WebScrollOffsetAnimationCurve : public WebCompositorAnimationCurve {
public:
virtual ~WebScrollOffsetAnimationCurve() { }

Powered by Google App Engine
This is Rietveld 408576698