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..f2b6536b14206f86b4ca9e6ff6edf666bdc0723e 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 ComputedStyle&, const ComputedStyle& parentStyle, const ContainerNode* flatTreeParent); |
DECLARE_TRACE(); |