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

Unified Diff: Source/core/css/CSSComputedStyleDeclaration.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
Index: Source/core/css/CSSComputedStyleDeclaration.h
diff --git a/Source/core/css/CSSComputedStyleDeclaration.h b/Source/core/css/CSSComputedStyleDeclaration.h
index 201c04ad56df1081212502870a32d590adfd3f8a..634dd3229c59eda57ef8fc2beb79f341e629cb99 100644
--- a/Source/core/css/CSSComputedStyleDeclaration.h
+++ b/Source/core/css/CSSComputedStyleDeclaration.h
@@ -93,6 +93,8 @@ private:
virtual String removeProperty(const String& propertyName, ExceptionState&) override;
virtual String cssText() const override;
virtual void setCSSText(const String&, ExceptionState&) override;
+ virtual String cssFloat() const override;
+ virtual void setCSSFloat(const String&, ExceptionState&) override;
virtual PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValueInternal(CSSPropertyID) override;
virtual String getPropertyValueInternal(CSSPropertyID) override;
virtual void setPropertyInternal(CSSPropertyID, const String& value, bool important, ExceptionState&) override;

Powered by Google App Engine
This is Rietveld 408576698