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

Unified Diff: Source/core/dom/Document.h

Issue 21012002: Web Animations: Trigger and update CSS Animations backed by the Web Animations model (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 6b2653ef397fa013056dd306653a0a2dbf4b5405..c76c63677849a8b8116ef57ddac24f5cf85d93f2 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1013,7 +1013,7 @@ public:
// Return a Locale for the default locale if the argument is null or empty.
Locale& getCachedLocale(const AtomicString& locale = nullAtom);
- DocumentTimeline* timeline() { return m_timeline.get(); }
+ DocumentTimeline* timeline() const { return m_timeline.get(); }
void addToTopLayer(Element*, const Element* before = 0);
void removeFromTopLayer(Element*);

Powered by Google App Engine
This is Rietveld 408576698