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

Unified Diff: public/web/WebSettings.h

Issue 921833003: Expose APIs for text track settings (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed nits 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
« no previous file with comments | « 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 330e040a2634fd688850c1f1c0e061f4ac8a5fc3..6e95923ef48dc452d3c281a6445d25d3310712ad 100644
--- a/public/web/WebSettings.h
+++ b/public/web/WebSettings.h
@@ -232,6 +232,13 @@ public:
virtual void setTextAreasAreResizable(bool) = 0;
virtual void setTextAutosizingEnabled(bool) = 0;
virtual void setAccessibilityFontScaleFactor(float) = 0;
+ virtual void setTextTrackBackgroundColor(const WebString&) = 0;
+ virtual void setTextTrackFontFamily(const WebString&) = 0;
+ virtual void setTextTrackFontStyle(const WebString&) = 0;
+ virtual void setTextTrackFontVariant(const WebString&) = 0;
+ virtual void setTextTrackTextColor(const WebString&) = 0;
+ virtual void setTextTrackTextShadow(const WebString&) = 0;
+ virtual void setTextTrackTextSize(const WebString&) = 0;
virtual void setThreadedScrollingEnabled(bool) = 0;
virtual void setTouchDragDropEnabled(bool) = 0;
virtual void setTouchEditingEnabled(bool) = 0;
« no previous file with comments | « Source/web/WebSettingsImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698