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

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp

Issue 2880573002: Store border-*-style on SurroundData in ComputedStyle (Closed)
Patch Set: Merge branch 'enumClass' into borderStyle Created 3 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/css/resolver/StyleBuilderCustom.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
index b69c797d35ef63b2ba050ef925e261023c7bd958..54bcb994514113982ccaa633bf4890a301df9d28 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
@@ -302,7 +302,7 @@ void StyleBuilderFunctions::applyInitialCSSPropertyOutlineStyle(
StyleResolverState& state) {
state.Style()->SetOutlineStyleIsAuto(
ComputedStyle::InitialOutlineStyleIsAuto());
- state.Style()->SetOutlineStyle(ComputedStyle::InitialBorderStyle());
+ state.Style()->SetOutlineStyle(EBorderStyle::kNone);
}
void StyleBuilderFunctions::applyInheritCSSPropertyOutlineStyle(
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSProperties.json5 ('k') | third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698