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

Side by Side Diff: content/renderer/media/webmediaplayer_ms.h

Issue 2835943003: Remove unneeded enum forward declarations (Closed)
Patch Set: Created 3 years, 8 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 | « content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 #ifndef CONTENT_RENDERER_MEDIA_WEBMEDIAPLAYER_MS_H_ 5 #ifndef CONTENT_RENDERER_MEDIA_WEBMEDIAPLAYER_MS_H_
6 #define CONTENT_RENDERER_MEDIA_WEBMEDIAPLAYER_MS_H_ 6 #define CONTENT_RENDERER_MEDIA_WEBMEDIAPLAYER_MS_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <string> 9 #include <string>
10 10
(...skipping 11 matching lines...) Expand all
22 22
23 namespace blink { 23 namespace blink {
24 class WebFrame; 24 class WebFrame;
25 class WebMediaPlayerClient; 25 class WebMediaPlayerClient;
26 class WebSecurityOrigin; 26 class WebSecurityOrigin;
27 class WebString; 27 class WebString;
28 } 28 }
29 29
30 namespace media { 30 namespace media {
31 class MediaLog; 31 class MediaLog;
32 enum VideoRotation;
33 } 32 }
34 33
35 namespace cc_blink { 34 namespace cc_blink {
36 class WebLayerImpl; 35 class WebLayerImpl;
37 } 36 }
38 37
39 namespace gpu { 38 namespace gpu {
40 namespace gles2 { 39 namespace gles2 {
41 class GLES2Interface; 40 class GLES2Interface;
42 } 41 }
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 // True if playback should be started upon the next call to OnShown(). Only 260 // True if playback should be started upon the next call to OnShown(). Only
262 // used on Android. 261 // used on Android.
263 bool should_play_upon_shown_; 262 bool should_play_upon_shown_;
264 263
265 DISALLOW_COPY_AND_ASSIGN(WebMediaPlayerMS); 264 DISALLOW_COPY_AND_ASSIGN(WebMediaPlayerMS);
266 }; 265 };
267 266
268 } // namespace content 267 } // namespace content
269 268
270 #endif // CONTENT_RENDERER_MEDIA_WEBMEDIAPLAYER_MS_H_ 269 #endif // CONTENT_RENDERER_MEDIA_WEBMEDIAPLAYER_MS_H_
OLDNEW
« no previous file with comments | « content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698