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

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

Issue 2882373002: Rename StyleRareInheritedData::indent_ to text_indent_. (Closed)
Patch Set: 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.cpp
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
index aab482d8813b3d2dbf7066651129b08df4c23228..0b2cb1d71165e49ed49da0b8e1968d63e7b384f8 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
@@ -672,7 +672,8 @@ bool ComputedStyle::DiffNeedsFullLayoutAndPaintInvalidation(
if (rare_inherited_data_.Get() != other.rare_inherited_data_.Get()) {
if (rare_inherited_data_->highlight_ !=
other.rare_inherited_data_->highlight_ ||
- rare_inherited_data_->indent_ != other.rare_inherited_data_->indent_ ||
+ rare_inherited_data_->text_indent_ !=
+ other.rare_inherited_data_->text_indent_ ||
rare_inherited_data_->text_align_last_ !=
other.rare_inherited_data_->text_align_last_ ||
rare_inherited_data_->text_indent_line_ !=
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.h ('k') | third_party/WebKit/Source/core/style/StyleRareInheritedData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698