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

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

Issue 474683003: Not for review - Rebase of crrev.com/62833003 Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 6 years, 2 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 | « Source/core/css/WebKitCSSMatrix.idl ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index c77f7ed27ccf08aa26365ac1e8f861f131ad7163..5cdc0c63ce7e612f5ee1daa31db7de62e8a19dad 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -61,6 +61,8 @@ class PropertySetCSSStyleDeclaration;
class PseudoElement;
class ShadowRoot;
class StylePropertySet;
+template <typename T> class WebVector;
+struct WebTeleportValue;
enum SpellcheckAttributeState {
SpellcheckAttributeTrue,
@@ -458,6 +460,15 @@ public:
void requestPointerLock();
+ String bindAnimatedProperty(const String& propertyName, ExceptionState&);
+ void unbindAnimatedProperty(const String& propertyName, ExceptionState&);
+
+ static void updateBoundAnimatedPropertiesIfNeeded();
+ static void applyToBoundAnimatedProperties(const WebVector<WebTeleportValue>&);
+
+ bool getBoundAnimatedProperty(const String& propertyName, String& token) const;
+ bool hasBoundAnimatedProperty() const;
+
bool isSpellCheckingEnabled() const;
// FIXME: public for RenderTreeBuilder, we shouldn't expose this though.
« no previous file with comments | « Source/core/css/WebKitCSSMatrix.idl ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698