Index: Source/core/css/resolver/SharedStyleFinder.h |
diff --git a/Source/core/css/resolver/SharedStyleFinder.h b/Source/core/css/resolver/SharedStyleFinder.h |
index 250308b5b6baeae2d208ebb6c0e919053a68b974..3f4158642cf181e5dc3e991924ea17928a28e506 100644 |
--- a/Source/core/css/resolver/SharedStyleFinder.h |
+++ b/Source/core/css/resolver/SharedStyleFinder.h |
@@ -28,7 +28,7 @@ |
namespace blink { |
class Element; |
-class LayoutStyle; |
+class ComputedStyle; |
class RuleFeatureSet; |
class RuleSet; |
class SpaceSplitString; |
@@ -50,7 +50,7 @@ public: |
, m_context(context) |
{ } |
- LayoutStyle* findSharedStyle(); |
+ ComputedStyle* findSharedStyle(); |
private: |
Element* findElementForStyleSharing() const; |