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

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

Issue 2787183002: Rename members of StyleSurroundData and ComputedStyle. (Closed)
Patch Set: Rebase Created 3 years, 9 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/StyleSurroundData.h
diff --git a/third_party/WebKit/Source/core/style/StyleSurroundData.h b/third_party/WebKit/Source/core/style/StyleSurroundData.h
index af07ce05bb554460d2811ca01a29c68ae147fd22..c4bdfb035a85236bf2e4fdc627b3bcc5f189d039 100644
--- a/third_party/WebKit/Source/core/style/StyleSurroundData.h
+++ b/third_party/WebKit/Source/core/style/StyleSurroundData.h
@@ -51,9 +51,9 @@ class CORE_EXPORT StyleSurroundData : public RefCounted<StyleSurroundData> {
Length m_right;
Length m_top;
Length m_bottom;
- LengthBox margin;
- LengthBox padding;
- BorderData border;
+ LengthBox m_margin;
+ LengthBox m_padding;
+ BorderData m_border;
private:
StyleSurroundData();
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.cpp ('k') | third_party/WebKit/Source/core/style/StyleSurroundData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698