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

Unified Diff: Source/core/html/track/TextTrackRegionList.cpp

Issue 25798003: Enable WebVTT regions for runtime testing, updated tests and minor fixes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased 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/TextTrackRegionList.h ('k') | Source/core/html/track/TextTrackRegionList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/TextTrackRegionList.cpp
diff --git a/Source/core/html/track/TextTrackRegionList.cpp b/Source/core/html/track/TextTrackRegionList.cpp
index 8004a9c76a05115e9c2b7d5b9b341215ddcb05d8..b03193f9b5a87f41eac2e8b4dcc3b9cb5614faf0 100644
--- a/Source/core/html/track/TextTrackRegionList.cpp
+++ b/Source/core/html/track/TextTrackRegionList.cpp
@@ -24,9 +24,6 @@
*/
#include "config.h"
-
-#if ENABLE(WEBVTT_REGIONS)
-
#include "core/html/track/TextTrackRegionList.h"
namespace WebCore {
@@ -82,5 +79,3 @@ void TextTrackRegionList::clear()
}
} // namespace WebCore
-
-#endif
« no previous file with comments | « Source/core/html/track/TextTrackRegionList.h ('k') | Source/core/html/track/TextTrackRegionList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698