Index: Source/core/css/resolver/StyleResolver.h |
diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h |
index 45e9ca4f0f7c2a3fe6563395f12871f15a13d306..cc05125535bfcff240f405898f4add25735623f6 100644 |
--- a/Source/core/css/resolver/StyleResolver.h |
+++ b/Source/core/css/resolver/StyleResolver.h |
@@ -260,6 +260,8 @@ private: |
void cacheBorderAndBackground(); |
+ bool shouldIgnoreTextTrackAuthorStyle(); |
philipj_slow
2015/03/26 05:24:36
Oh wait, this doesn't need to be in the header, it
srivats
2015/03/26 06:37:46
Done.
|
+ |
MatchedPropertiesCache m_matchedPropertiesCache; |
OwnPtr<MediaQueryEvaluator> m_medium; |