Index: Source/core/paint/BoxDecorationData.cpp |
diff --git a/Source/core/paint/BoxDecorationData.cpp b/Source/core/paint/BoxDecorationData.cpp |
index 6d0b5c9a3308b6474cba198ec903acf83e5e5129..56ac768524ac9333786b1103f74fede278b8d54c 100644 |
--- a/Source/core/paint/BoxDecorationData.cpp |
+++ b/Source/core/paint/BoxDecorationData.cpp |
@@ -7,7 +7,7 @@ |
#include "core/layout/LayoutBox.h" |
#include "core/layout/style/BorderEdge.h" |
-#include "core/layout/style/LayoutStyle.h" |
+#include "core/layout/style/ComputedStyle.h" |
#include "platform/RuntimeEnabledFeatures.h" |
#include "platform/graphics/GraphicsContext.h" |
@@ -72,7 +72,7 @@ BackgroundBleedAvoidance BoxDecorationData::determineBackgroundBleedAvoidance(co |
return BackgroundBleedClipBackground; |
} |
-bool BoxDecorationData::borderObscuresBackgroundEdge(const LayoutStyle& style, const FloatSize& contextScale) const |
+bool BoxDecorationData::borderObscuresBackgroundEdge(const ComputedStyle& style, const FloatSize& contextScale) const |
{ |
BorderEdge edges[4]; |
style.getBorderEdgeInfo(edges); |