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

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

Issue 2895143002: Generate getters/setters for line-step-height. (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
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSProperties.json5 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3f2868495cbb14a46187af9d3fdddcee389a8ebe..460e660868dc5a5bfb221273f86a066652555170 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
@@ -1653,15 +1653,6 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase<ComputedStyle>,
bool QuotesDataEquivalent(const ComputedStyle&) const;
- // line-height-step
- static uint8_t InitialLineHeightStep() { return 0; }
- uint8_t LineHeightStep() const {
- return rare_inherited_data_->line_height_step_;
- }
- void SetLineHeightStep(uint8_t unit) {
- SET_VAR(rare_inherited_data_, line_height_step_, unit);
- }
-
// speak
static ESpeak InitialSpeak() { return ESpeak::kNormal; }
ESpeak Speak() const {
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSProperties.json5 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698