| 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
|
|
|