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

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

Issue 869623002: VTTCue: Refactor display parameter handling (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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/TextTrackCue.h
diff --git a/Source/core/html/track/TextTrackCue.h b/Source/core/html/track/TextTrackCue.h
index d81c2b31465288cbf5465b8b754717031adb46ce..2438ca87420563ed893cd4dff085986674236f0c 100644
--- a/Source/core/html/track/TextTrackCue.h
+++ b/Source/core/html/track/TextTrackCue.h
@@ -79,7 +79,7 @@ public:
bool isActive();
void setIsActive(bool);
- virtual void updateDisplay(const IntSize& videoSize, HTMLDivElement& container) = 0;
+ virtual void updateDisplay(HTMLDivElement& container) = 0;
// FIXME: Consider refactoring to eliminate or merge the following three members.
// https://code.google.com/p/chromium/issues/detail?id=322434

Powered by Google App Engine
This is Rietveld 408576698