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

Unified Diff: Source/core/testing/InternalSettings.h

Issue 921833003: Expose APIs for text track settings (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed comments from fs Created 5 years, 10 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/testing/InternalSettings.h
diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h
index b9b37afaa0610b928c831656827e91a364d01320..dfba97a973a900a67d7a06b478e5579a13e68484 100644
--- a/Source/core/testing/InternalSettings.h
+++ b/Source/core/testing/InternalSettings.h
@@ -133,6 +133,15 @@ public:
void setPrimaryHoverType(const String&, ExceptionState&);
void setDnsPrefetchLogging(bool, ExceptionState&);
+ void setTextTrackBackgroundColor(const String&, ExceptionState&);
fs 2015/02/17 09:43:47 These should exist on InternalSettingsGenerated al
srivats 2015/02/18 01:46:52 My bad! I was under the impression that this was r
+ void setTextTrackFontFamily(const String&, ExceptionState&);
+ void setTextTrackFontStyle(const String&, ExceptionState&);
+ void setTextTrackFontVariant(const String&, ExceptionState&);
+ void setTextTrackTextColor(const String&, ExceptionState&);
+ void setTextTrackTextShadow(const String&, ExceptionState&);
+ void setTextTrackTextSize(const String&, ExceptionState&);
+ void setTextTrackWindowColor(const String&, ExceptionState&);
+
private:
explicit InternalSettings(Page&);

Powered by Google App Engine
This is Rietveld 408576698