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

Unified Diff: third_party/WebKit/Source/core/style/ComputedStyle.h

Issue 2845233002: Generate getters/setters for border-spacing. (Closed)
Patch Set: Rebase Created 3 years, 7 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/style/ComputedStyle.h
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
index 8bb9932858f7cb0fa9256f29d15d5c4f0142216a..05f8283d2788bde11a86b97be2ea69e8a68cfb18 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
@@ -1676,17 +1676,6 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase<ComputedStyle>,
// Inherited properties.
- // Border-spacing properties.
- // -webkit-border-horizontal-spacing
- static short InitialHorizontalBorderSpacing() { return 0; }
- short HorizontalBorderSpacing() const;
- void SetHorizontalBorderSpacing(short);
-
- // -webkit-border-vertical-spacing
- static short InitialVerticalBorderSpacing() { return 0; }
- short VerticalBorderSpacing() const;
- void SetVerticalBorderSpacing(short);
-
// color
static Color InitialColor() { return Color::kBlack; }
void SetColor(const Color&);
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSProperties.json5 ('k') | third_party/WebKit/Source/core/style/ComputedStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698