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

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

Issue 2100013002: Implement the new text-size-adjust CSS property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update virtual expectation, minor cleanup. Created 4 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/StyleRareInheritedData.h
diff --git a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
index a319cc6bf77976d7f054b152e977c69b3de81ef3..f3d1a9b1c1b656c04609a79fb0aa6ee5ce225bcf 100644
--- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
+++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
@@ -27,6 +27,7 @@
#include "core/CoreExport.h"
#include "core/css/StyleColor.h"
+#include "core/style/TextSizeAdjust.h"
#include "platform/Length.h"
#include "platform/graphics/Color.h"
#include "platform/heap/Handle.h"
@@ -157,6 +158,7 @@ public:
TabSize m_tabSize;
RefPtr<StyleVariableData> variables;
+ TextSizeAdjust m_textSizeAdjust;
private:
StyleRareInheritedData();

Powered by Google App Engine
This is Rietveld 408576698