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

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

Issue 25798003: Enable WebVTT regions for runtime testing, updated tests and minor fixes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Revert Logging 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/html/track/LoadableTextTrack.h
diff --git a/Source/core/html/track/LoadableTextTrack.h b/Source/core/html/track/LoadableTextTrack.h
index d28c104263253bcfccf5a83d9e4a2fb6d8297323..5db3e5e2f8c8e48615bd57df028a94f22d1ac692 100644
--- a/Source/core/html/track/LoadableTextTrack.h
+++ b/Source/core/html/track/LoadableTextTrack.h
@@ -67,9 +67,7 @@ private:
virtual void newCuesAvailable(TextTrackLoader*);
virtual void cueLoadingStarted(TextTrackLoader*);
virtual void cueLoadingCompleted(TextTrackLoader*, bool loadingFailed);
-#if ENABLE(WEBVTT_REGIONS)
virtual void newRegionsAvailable(TextTrackLoader*);
-#endif
LoadableTextTrack(HTMLTrackElement*, const String& kind, const String& label, const String& language);

Powered by Google App Engine
This is Rietveld 408576698