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

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

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/StyleRareInheritedData.h
diff --git a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
index ca3f63ba55d1bec8a5ae5e10052b72a957d2d41f..17a6bbfc235f58f114bff9694988bd213ebdb840 100644
--- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
+++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
@@ -91,7 +91,7 @@ class CORE_EXPORT StyleRareInheritedData
Persistent<CursorList> cursor_data_;
- Length indent_;
+ Length text_indent_;
float effective_zoom_;
// Paged media properties.

Powered by Google App Engine
This is Rietveld 408576698