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

Unified Diff: Source/core/css/PropertySetCSSStyleDeclaration.h

Issue 1113013002: CSSStyleDeclaration.cssFloat is not enumerated property (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added test Created 5 years, 6 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/CSSStyleDeclaration.idl ('k') | Source/core/css/PropertySetCSSStyleDeclaration.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/PropertySetCSSStyleDeclaration.h
diff --git a/Source/core/css/PropertySetCSSStyleDeclaration.h b/Source/core/css/PropertySetCSSStyleDeclaration.h
index f222434cb19384b821d216d201d77e7b34ca886a..b014a5b646d2448c7b06a00d3402f945d036a006 100644
--- a/Source/core/css/PropertySetCSSStyleDeclaration.h
+++ b/Source/core/css/PropertySetCSSStyleDeclaration.h
@@ -58,6 +58,8 @@ private:
virtual String removeProperty(const String& propertyName, ExceptionState&) override final;
virtual String cssText() const override final;
virtual void setCSSText(const String&, ExceptionState&) override final;
+ virtual String cssFloat() const override final;
+ virtual void setCSSFloat(const String&, ExceptionState&) override final;
virtual PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValueInternal(CSSPropertyID) override final;
virtual String getPropertyValueInternal(CSSPropertyID) override final;
virtual void setPropertyInternal(CSSPropertyID, const String& value, bool important, ExceptionState&) override final;
« no previous file with comments | « Source/core/css/CSSStyleDeclaration.idl ('k') | Source/core/css/PropertySetCSSStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698