Keep auxilliary media objects on the heap always.
commitf907e235617c56bf9692a13a61801bc397ab95d4
authorsigbjornf@opera.com <sigbjornf@opera.com>
Fri, 21 Aug 2015 05:20:16 +0000 (21 05:20 +0000)
committersigbjornf@opera.com <sigbjornf@opera.com>
Fri, 21 Aug 2015 05:20:16 +0000 (21 05:20 +0000)
tree1a1f21a3e8ad9f6279f464265d2b844f8b1a61e5
parent714f2e16b43221792a08c74b2c2c4357ad9037d6
Keep auxilliary media objects on the heap always.

Fully transition MediaError, MediaKeyError and TimeRanges to Oilpan.

R=haraken
BUG=340522

Review URL: https://codereview.chromium.org/1306613002

git-svn-id: svn://svn.chromium.org/blink/trunk@200962 bbb929c8-8fbe-4397-9dbb-9b2b20218538
19 files changed:
third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
third_party/WebKit/Source/core/html/HTMLMediaElement.h
third_party/WebKit/Source/core/html/HTMLMediaSource.h
third_party/WebKit/Source/core/html/MediaController.cpp
third_party/WebKit/Source/core/html/MediaController.h
third_party/WebKit/Source/core/html/MediaError.h
third_party/WebKit/Source/core/html/MediaError.idl
third_party/WebKit/Source/core/html/MediaKeyError.h
third_party/WebKit/Source/core/html/MediaKeyError.idl
third_party/WebKit/Source/core/html/MediaKeyEvent.h
third_party/WebKit/Source/core/html/TimeRanges.cpp
third_party/WebKit/Source/core/html/TimeRanges.h
third_party/WebKit/Source/core/html/TimeRanges.idl
third_party/WebKit/Source/core/html/TimeRangesTest.cpp
third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp
third_party/WebKit/Source/modules/mediasource/MediaSource.cpp
third_party/WebKit/Source/modules/mediasource/MediaSource.h
third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp
third_party/WebKit/Source/modules/mediasource/SourceBuffer.h