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

Unified Diff: Source/core/rendering/style/StyleRareInheritedData.h

Issue 219633002: Proper support for multiple text decorations. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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: Source/core/rendering/style/StyleRareInheritedData.h
diff --git a/Source/core/rendering/style/StyleRareInheritedData.h b/Source/core/rendering/style/StyleRareInheritedData.h
index 8328781f6e0a3585ea9a8a1ef5e7829f52dbaf17..03af577e2c1b53d611d6250ac8c33f2e2ae13acd 100644
--- a/Source/core/rendering/style/StyleRareInheritedData.h
+++ b/Source/core/rendering/style/StyleRareInheritedData.h
@@ -35,6 +35,7 @@
namespace WebCore {
+class AppliedTextDecorationList;
class CursorList;
class QuotesData;
class ShadowList;
@@ -138,6 +139,8 @@ public:
Color tapHighlightColor;
+ RefPtr<AppliedTextDecorationList> appliedTextDecorations;
+
private:
StyleRareInheritedData();
StyleRareInheritedData(const StyleRareInheritedData&);

Powered by Google App Engine
This is Rietveld 408576698