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

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

Issue 1251523003: Delete AuthorStyleInfo and move its data into ComputedStyle.RareNonInheritedData. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove spurious comment Created 5 years, 5 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
« Source/core/style/ComputedStyle.h ('K') | « Source/core/style/ComputedStyle.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/StyleRareNonInheritedData.h
diff --git a/Source/core/style/StyleRareNonInheritedData.h b/Source/core/style/StyleRareNonInheritedData.h
index 03a8d9945e75532535ba58dccd3542d4a03c00d9..49594e34cff298289302a8be2af1dbf0dd9b0484 100644
--- a/Source/core/style/StyleRareNonInheritedData.h
+++ b/Source/core/style/StyleRareNonInheritedData.h
@@ -204,6 +204,10 @@ public:
unsigned m_resize : 2; // EResize
unsigned m_hasCompositorProxy : 1;
+ // Previously stored in AuthorStyleInfo.
Timothy Loh 2015/07/29 03:37:08 This comment isn't useful. Maybe something like /
meade_UTC10 2015/07/30 05:38:18 Done.
+ unsigned m_hasAuthorBackground : 1; // Whether there is a user-defined background.
Timothy Loh 2015/07/29 03:37:08 user -> author
meade_UTC10 2015/07/30 05:38:18 Done.
+ unsigned m_hasAuthorBorder : 1; // Whether there is a user-defined border.
+
private:
StyleRareNonInheritedData();
StyleRareNonInheritedData(const StyleRareNonInheritedData&);
« Source/core/style/ComputedStyle.h ('K') | « Source/core/style/ComputedStyle.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698