Upstream version 7.35.139.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / animation / DocumentTimeline.h
index 2005683..917e9b5 100644 (file)
@@ -88,6 +88,7 @@ public:
     void setOutdatedAnimationPlayer(AnimationPlayer*);
     bool hasOutdatedAnimationPlayer() const { return m_hasOutdatedAnimationPlayer; }
 
+    Document* document() { return m_document; }
     void detachFromDocument();
 
 protected: