| 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 62e2dfaaeda911332760f27f3e20c5f69e0ff8b8..1629e417484402f8d7361c3a510e3155a416a0d6 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.h
|
| +++ b/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.h
|
| @@ -110,6 +110,7 @@ class MatchedPropertiesCache {
|
| void ClearViewportDependent();
|
|
|
| static bool IsCacheable(const StyleResolverState&);
|
| + static bool IsStyleCacheable(const ComputedStyle&);
|
|
|
| DECLARE_TRACE();
|
|
|
|
|