Index: third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.h |
diff --git a/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.h b/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.h |
index 831c038fae48fcedee4865d973aa930e043fb24e..e965a22e6bec00d00c3b27272df2827194cb486b 100644 |
--- a/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.h |
+++ b/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.h |
@@ -99,7 +99,7 @@ public: |
void clear(); |
void clearViewportDependent(); |
- static bool isCacheable(const ComputedStyle&, const ComputedStyle& parentStyle); |
+ static bool isCacheable(const StyleResolverState&); |
DECLARE_TRACE(); |