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

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

Issue 2624703002: Removed ComputedStyle::inheritUnicodeBidiFrom (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/style/ComputedStyle.h
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
index 1ad4dc9a3763ee2ccdf26618d2c1875c0de0ef1d..c4eecd3b6a74412144547a1a8b99c1fc12f55d75 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
@@ -3726,10 +3726,6 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
setVisitedLinkCaretColor, v);
}
- void inheritUnicodeBidiFrom(const ComputedStyle& parent) {
- m_nonInheritedData.m_unicodeBidi = parent.m_nonInheritedData.m_unicodeBidi;
- }
-
static bool isDisplayFlexibleBox(EDisplay display) {
return display == EDisplay::Flex || display == EDisplay::InlineFlex;
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698