Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(618)

Unified Diff: Source/core/css/resolver/StyleResolver.h

Issue 921833003: Expose APIs for text track settings (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase and added a test to verify behavior of internal settings Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698