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

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

Issue 102073002: Remove TextTrackCueBox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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/TextTrackCue.cpp
diff --git a/Source/core/html/track/TextTrackCue.cpp b/Source/core/html/track/TextTrackCue.cpp
index 45358f1e1a240c76ab4190f1ee04ff8273600415..50a3205296cbcf68ad3b6aecb4101237c07ee8b4 100644
--- a/Source/core/html/track/TextTrackCue.cpp
+++ b/Source/core/html/track/TextTrackCue.cpp
@@ -42,15 +42,6 @@ namespace WebCore {
static const int invalidCueIndex = -1;
-// ----------------------------
-
-TextTrackCueBox::TextTrackCueBox(Document& document)
- : HTMLDivElement(document)
-{
-}
-
-// ----------------------------
-
bool TextTrackCue::isInfiniteOrNonNumber(double value, const char* method, ExceptionState& exceptionState)
{
if (!std::isfinite(value)) {

Powered by Google App Engine
This is Rietveld 408576698