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

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

Issue 2920133003: Rename RareInheritedData::variables and RareNonInheritedData::variables. (Closed)
Patch Set: Rebase Created 3 years, 6 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/StyleRareNonInheritedData.h
diff --git a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
index 0ea03164641d92ed991775d86f316c934a9fd977..9726360433e2e559b1f49288df95522ab7c9c3fc 100644
--- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
+++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
@@ -150,7 +150,7 @@ class CORE_EXPORT StyleRareNonInheritedData
std::unique_ptr<PaintImages> paint_images_;
- std::unique_ptr<StyleNonInheritedVariables> variables_;
+ std::unique_ptr<StyleNonInheritedVariables> non_inherited_variables_;
StyleContentAlignmentData align_content_;
StyleSelfAlignmentData align_items_;

Powered by Google App Engine
This is Rietveld 408576698