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

Unified Diff: Source/core/html/track/vtt/VTTCue.h

Issue 134153002: Use VTTScanner for VTT cue settings parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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/html/track/vtt/VTTCue.h
diff --git a/Source/core/html/track/vtt/VTTCue.h b/Source/core/html/track/vtt/VTTCue.h
index cac08fd1bba3978ba2616b17742217eec6206214..539800500eaf007d3328a726d3cebd7daeb810a3 100644
--- a/Source/core/html/track/vtt/VTTCue.h
+++ b/Source/core/html/track/vtt/VTTCue.h
@@ -38,6 +38,7 @@ namespace WebCore {
class Document;
class ExecutionContext;
class VTTCue;
+class VTTScanner;
class VTTCueBox FINAL : public HTMLDivElement {
public:
@@ -162,7 +163,7 @@ private:
Align,
RegionId
};
- CueSetting settingName(const String&);
+ CueSetting settingName(VTTScanner&);
String m_text;
int m_linePosition;

Powered by Google App Engine
This is Rietveld 408576698