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

Unified Diff: Source/core/html/track/WebVTTParser.h

Issue 54463002: Make WebVTTParser::collectTimeStamp static (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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/core/html/track/TextTrackCue.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/WebVTTParser.h
diff --git a/Source/core/html/track/WebVTTParser.h b/Source/core/html/track/WebVTTParser.h
index 60e098e0eeded7e4fc093d0c38f41966d290e89c..000b0119a9f37dd38efdd73a94fc9252af8fd47c 100644
--- a/Source/core/html/track/WebVTTParser.h
+++ b/Source/core/html/track/WebVTTParser.h
@@ -93,6 +93,7 @@ public:
}
static String collectDigits(const String&, unsigned*);
static String collectWord(const String&, unsigned*);
+ static double collectTimeStamp(const String&, unsigned*);
// Useful functions for parsing percentage settings.
static float parseFloatPercentageValue(const String&, bool&);
@@ -106,7 +107,6 @@ public:
void getNewRegions(Vector<RefPtr<TextTrackRegion> >&);
PassRefPtr<DocumentFragment> createDocumentFragmentFromCueText(const String&);
- double collectTimeStamp(const String&, unsigned*);
private:
WebVTTParser(WebVTTParserClient*, Document&);
« no previous file with comments | « Source/core/html/track/TextTrackCue.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698