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

Side by Side Diff: Source/web/WebMediaPlayerClientImpl.cpp

Issue 650063002: Move MediaStream and MediaStreamTrack implementation from modules/mediastream to core/mediastream. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased. Created 6 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 unified diff | Download patch
« no previous file with comments | « Source/web/WebMediaDevicesRequest.cpp ('k') | Source/web/WebMediaStreamRegistry.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "config.h" 5 #include "config.h"
6 #include "web/WebMediaPlayerClientImpl.h" 6 #include "web/WebMediaPlayerClientImpl.h"
7 7
8 #include "core/frame/LocalFrame.h" 8 #include "core/frame/LocalFrame.h"
9 #include "core/html/HTMLMediaElement.h" 9 #include "core/html/HTMLMediaElement.h"
10 #include "core/html/TimeRanges.h" 10 #include "core/html/TimeRanges.h"
11 #include "core/mediastream/MediaStreamRegistry.h"
11 #include "core/rendering/RenderView.h" 12 #include "core/rendering/RenderView.h"
12 #include "core/rendering/compositing/RenderLayerCompositor.h" 13 #include "core/rendering/compositing/RenderLayerCompositor.h"
13 #include "modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h" 14 #include "modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h"
14 #include "modules/encryptedmedia/MediaKeyNeededEvent.h" 15 #include "modules/encryptedmedia/MediaKeyNeededEvent.h"
15 #include "modules/mediastream/MediaStreamRegistry.h"
16 #include "platform/audio/AudioBus.h" 16 #include "platform/audio/AudioBus.h"
17 #include "platform/audio/AudioSourceProviderClient.h" 17 #include "platform/audio/AudioSourceProviderClient.h"
18 #include "platform/geometry/IntSize.h" 18 #include "platform/geometry/IntSize.h"
19 #include "platform/graphics/GraphicsContext.h" 19 #include "platform/graphics/GraphicsContext.h"
20 #include "platform/graphics/GraphicsLayer.h" 20 #include "platform/graphics/GraphicsLayer.h"
21 #include "platform/graphics/gpu/Extensions3DUtil.h" 21 #include "platform/graphics/gpu/Extensions3DUtil.h"
22 #include "platform/graphics/skia/GaneshUtils.h" 22 #include "platform/graphics/skia/GaneshUtils.h"
23 #include "public/platform/Platform.h" 23 #include "public/platform/Platform.h"
24 #include "public/platform/WebAudioSourceProvider.h" 24 #include "public/platform/WebAudioSourceProvider.h"
25 #include "public/platform/WebCString.h" 25 #include "public/platform/WebCString.h"
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 } 305 }
306 306
307 void WebMediaPlayerClientImpl::AudioClientImpl::trace(Visitor* visitor) 307 void WebMediaPlayerClientImpl::AudioClientImpl::trace(Visitor* visitor)
308 { 308 {
309 visitor->trace(m_client); 309 visitor->trace(m_client);
310 } 310 }
311 311
312 #endif 312 #endif
313 313
314 } // namespace blink 314 } // namespace blink
OLDNEW
« no previous file with comments | « Source/web/WebMediaDevicesRequest.cpp ('k') | Source/web/WebMediaStreamRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698