diff options
Diffstat (limited to 'WebCore/rendering/style/StyleRareInheritedData.h')
-rw-r--r-- | WebCore/rendering/style/StyleRareInheritedData.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/WebCore/rendering/style/StyleRareInheritedData.h b/WebCore/rendering/style/StyleRareInheritedData.h index b32392d..f6e3bf4 100644 --- a/WebCore/rendering/style/StyleRareInheritedData.h +++ b/WebCore/rendering/style/StyleRareInheritedData.h @@ -55,17 +55,6 @@ public: Color textStrokeColor; float textStrokeWidth; Color textFillColor; -#ifdef ANDROID_CSS_RING - Color ringFillColor; - Length ringInnerWidth; - Length ringOuterWidth; - Length ringOutset; - Color ringPressedInnerColor; - Color ringPressedOuterColor; - Length ringRadius; - Color ringSelectedInnerColor; - Color ringSelectedOuterColor; -#endif #ifdef ANDROID_CSS_TAP_HIGHLIGHT_COLOR Color tapHighlightColor; #endif |