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

Unified Diff: Source/core/html/track/TextTrackRegionList.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: 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/TextTrackRegion.idl ('k') | Source/core/html/track/TextTrackRegionList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/TextTrackRegionList.h
diff --git a/Source/core/html/track/TextTrackRegionList.h b/Source/core/html/track/TextTrackRegionList.h
index dd8a64ebc6b95c24dc1aa746e54d91311a404d9c..aa874437ce70343df8d82179ec7e03cc442e8c85 100644
--- a/Source/core/html/track/TextTrackRegionList.h
+++ b/Source/core/html/track/TextTrackRegionList.h
@@ -26,8 +26,6 @@
#ifndef TextTrackRegionList_h
#define TextTrackRegionList_h
-#if ENABLE(WEBVTT_REGIONS)
-
#include "core/html/track/TextTrackRegion.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
@@ -62,4 +60,3 @@ private:
} // namespace WebCore
#endif
-#endif
« no previous file with comments | « Source/core/html/track/TextTrackRegion.idl ('k') | Source/core/html/track/TextTrackRegionList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698