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

Unified Diff: Source/core/loader/TextTrackLoader.h

Issue 52533003: Refactor TextTrackLoader to properly use the dataReceived callback (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@cachedCueData
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
Index: Source/core/loader/TextTrackLoader.h
diff --git a/Source/core/loader/TextTrackLoader.h b/Source/core/loader/TextTrackLoader.h
index 424350af61422a7ef45b508038cc55a83cfa202e..60a63e8ce8d83a019053a147ae64b397091f4c0f 100644
--- a/Source/core/loader/TextTrackLoader.h
+++ b/Source/core/loader/TextTrackLoader.h
@@ -80,7 +80,6 @@ private:
TextTrackLoader(TextTrackLoaderClient*, Document&);
- void processNewCueData(Resource*);
void cueLoadTimerFired(Timer<TextTrackLoader>*);
void corsPolicyPreventedLoad();
@@ -92,7 +91,6 @@ private:
Timer<TextTrackLoader> m_cueLoadTimer;
String m_crossOriginMode;
State m_state;
- unsigned m_parseOffset;
bool m_newCuesAvailable;
};
« no previous file with comments | « LayoutTests/media/track/opera/track/webvtt/parsing/001-expected.txt ('k') | Source/core/loader/TextTrackLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698