Index: Source/core/css/PseudoStyleRequest.h |
diff --git a/Source/core/css/PseudoStyleRequest.h b/Source/core/css/PseudoStyleRequest.h |
index c31e716026b59eacf327803f638eb7f756e52e2a..20008c3f0bb31c33e243c5c9bacf711518ffd29a 100644 |
--- a/Source/core/css/PseudoStyleRequest.h |
+++ b/Source/core/css/PseudoStyleRequest.h |
@@ -22,13 +22,13 @@ |
#ifndef PseudoStyleRequest_h |
#define PseudoStyleRequest_h |
-#include "core/layout/style/LayoutStyleConstants.h" |
+#include "core/layout/style/ComputedStyleConstants.h" |
#include "platform/scroll/ScrollTypes.h" |
namespace blink { |
class LayoutScrollbar; |
-class LayoutStyle; |
+class ComputedStyle; |
class PseudoStyleRequest { |
public: |
@@ -52,7 +52,7 @@ public: |
} |
// The spec disallows inheritance for ::backdrop. |
- bool allowsInheritance(const LayoutStyle* parentStyle) const |
+ bool allowsInheritance(const ComputedStyle* parentStyle) const |
{ |
return parentStyle && pseudoId != BACKDROP; |
} |