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

Unified Diff: third_party/WebKit/Source/core/editing/EditingStyle.h

Issue 1986563002: Apply vertical-align style of <sub> and <sup> to child elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update the test case Created 4 years, 7 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/editing/EditingStyle.h
diff --git a/third_party/WebKit/Source/core/editing/EditingStyle.h b/third_party/WebKit/Source/core/editing/EditingStyle.h
index 1b394a4aab4ae18fd6918377883145a539fa8b56..68fe1c5b2d4e1d17c43bd48cf499c62c88e5bed0 100644
--- a/third_party/WebKit/Source/core/editing/EditingStyle.h
+++ b/third_party/WebKit/Source/core/editing/EditingStyle.h
@@ -163,6 +163,7 @@ private:
Member<MutableStylePropertySet> m_mutableStyle;
bool m_isMonospaceFont;
float m_fontSizeDelta;
+ bool m_isVerticalAlign;
yosin_UTC9 2016/05/17 01:15:48 nit: Let's use inline initializer to avoid initial
joone 2016/05/17 23:01:33 Ok, I will prepare for the patches.
friend class HTMLElementEquivalent;
friend class HTMLAttributeEquivalent;

Powered by Google App Engine
This is Rietveld 408576698