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

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

Issue 2618673003: Store registered property InterpolationTypes in PropertyRegistration (Closed)
Patch Set: Created 3 years, 11 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: third_party/WebKit/Source/core/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index d7adbbbb1db85b666a3afa85f0f9c5fc3fc1163a..9501541a2fbe02dcee059fb807f2181d6ee54967 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -1296,6 +1296,7 @@ class CORE_EXPORT Document : public ContainerNode,
WouldLoadReason wouldLoadReason() { return m_wouldLoadReason; }
PropertyRegistry* propertyRegistry();
+ const PropertyRegistry* propertyRegistry() const;
Timothy Loh 2017/01/09 05:07:23 needs a rebase, this exists now :O
alancutter (OOO until 2018) 2017/01/16 00:23:52 Rebased.
// Indicates whether the user has interacted with this particular Document.
void setHasReceivedUserGesture() { m_hasReceivedUserGesture = true; }

Powered by Google App Engine
This is Rietveld 408576698