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

Unified Diff: Source/core/svg/animation/SMILTimeContainer.h

Issue 198723005: Use the Document AnimationClock in SMILTimeContainer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. 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
« no previous file with comments | « no previous file | Source/core/svg/animation/SMILTimeContainer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/animation/SMILTimeContainer.h
diff --git a/Source/core/svg/animation/SMILTimeContainer.h b/Source/core/svg/animation/SMILTimeContainer.h
index e5518080797b63c2b020d4caebf1c2cbecd2f5b1..84925746f63cdf17080a2b70737b22177b1c4cae 100644
--- a/Source/core/svg/animation/SMILTimeContainer.h
+++ b/Source/core/svg/animation/SMILTimeContainer.h
@@ -38,7 +38,6 @@
namespace WebCore {
-class AnimationClock;
class Document;
class SVGElement;
class SVGSMILElement;
@@ -96,7 +95,6 @@ private:
double lastResumeTime() const { return m_resumeTime ? m_resumeTime : m_beginTime; }
Document& document() const;
- AnimationClock& animationClock() const;
double currentTime() const;
double m_beginTime;
@@ -108,7 +106,6 @@ private:
FrameSchedulingState m_frameSchedulingState;
bool m_documentOrderIndexesDirty;
- OwnPtr<AnimationClock> m_animationClock;
Timer<SMILTimeContainer> m_wakeupTimer;
typedef pair<SVGElement*, QualifiedName> ElementAttributePair;
« no previous file with comments | « no previous file | Source/core/svg/animation/SMILTimeContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698