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

Unified Diff: public/web/WebSettings.h

Issue 1118613002: Hook up Android closed captions 'enabled' setting to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Have the flag influence automatic track selection Created 5 years, 8 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
« Source/core/html/HTMLMediaElement.cpp ('K') | « Source/web/WebSettingsImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSettings.h
diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
index 5be7c94ec3e67fea931f2dfaa3c35c29c6806a6f..ebcbbe7c95f4ec8bbfab2a3b53ee9106db7708f2 100644
--- a/public/web/WebSettings.h
+++ b/public/web/WebSettings.h
@@ -226,6 +226,7 @@ public:
virtual void setTextAreasAreResizable(bool) = 0;
virtual void setTextAutosizingEnabled(bool) = 0;
virtual void setAccessibilityFontScaleFactor(float) = 0;
+ virtual void setTextTracksEnabled(bool) = 0;
virtual void setTextTrackBackgroundColor(const WebString&) = 0;
virtual void setTextTrackFontFamily(const WebString&) = 0;
virtual void setTextTrackFontStyle(const WebString&) = 0;
« Source/core/html/HTMLMediaElement.cpp ('K') | « Source/web/WebSettingsImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698