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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollAnimator.h

Issue 1477113003: [Oilpan] Move ScrollAnimators onto oilpan heap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename Created 5 years 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: third_party/WebKit/Source/platform/scroll/ScrollAnimator.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollAnimator.h b/third_party/WebKit/Source/platform/scroll/ScrollAnimator.h
index ae84f9c5b2f4d7b8ce05aa189887c05c74fce995..257f734a4c185f933d60c7b6e5d7d25527864983 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollAnimator.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimator.h
@@ -40,7 +40,7 @@ namespace blink {
class ScrollAnimatorTest;
-class PLATFORM_EXPORT ScrollAnimator : public ScrollAnimatorBase {
+class PLATFORM_EXPORT ScrollAnimator final : public ScrollAnimatorBase {
public:
explicit ScrollAnimator(ScrollableArea*, WTF::TimeFunction = WTF::monotonicallyIncreasingTime);
~ScrollAnimator() override;
@@ -52,6 +52,8 @@ public:
void serviceScrollAnimations() override;
bool hasRunningAnimation() const override;
+ DECLARE_VIRTUAL_TRACE();
+
protected:
void animationTimerFired();

Powered by Google App Engine
This is Rietveld 408576698