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

Side by Side Diff: content/common/view_messages.h

Issue 2415703002: Move files video_capture*.* from media/base to media/capture (Closed)
Patch Set: rebase Created 4 years, 1 month 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // IPC messages for page rendering. 5 // IPC messages for page rendering.
6 // Multiply-included message file, hence no include guard. 6 // Multiply-included message file, hence no include guard.
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
(...skipping 22 matching lines...) Expand all
33 #include "content/public/common/renderer_preferences.h" 33 #include "content/public/common/renderer_preferences.h"
34 #include "content/public/common/screen_info.h" 34 #include "content/public/common/screen_info.h"
35 #include "content/public/common/three_d_api_types.h" 35 #include "content/public/common/three_d_api_types.h"
36 #include "content/public/common/window_container_type.h" 36 #include "content/public/common/window_container_type.h"
37 #include "ipc/ipc_channel_handle.h" 37 #include "ipc/ipc_channel_handle.h"
38 #include "ipc/ipc_message_macros.h" 38 #include "ipc/ipc_message_macros.h"
39 #include "media/base/audio_parameters.h" 39 #include "media/base/audio_parameters.h"
40 #include "media/base/channel_layout.h" 40 #include "media/base/channel_layout.h"
41 #include "media/base/ipc/media_param_traits.h" 41 #include "media/base/ipc/media_param_traits.h"
42 #include "media/base/media_log_event.h" 42 #include "media/base/media_log_event.h"
43 #include "media/capture/ipc/capture_param_traits.h"
43 #include "net/base/network_change_notifier.h" 44 #include "net/base/network_change_notifier.h"
44 #include "third_party/WebKit/public/platform/WebDisplayMode.h" 45 #include "third_party/WebKit/public/platform/WebDisplayMode.h"
45 #include "third_party/WebKit/public/platform/WebFloatPoint.h" 46 #include "third_party/WebKit/public/platform/WebFloatPoint.h"
46 #include "third_party/WebKit/public/platform/WebFloatRect.h" 47 #include "third_party/WebKit/public/platform/WebFloatRect.h"
47 #include "third_party/WebKit/public/platform/modules/screen_orientation/WebScree nOrientationType.h" 48 #include "third_party/WebKit/public/platform/modules/screen_orientation/WebScree nOrientationType.h"
48 #include "third_party/WebKit/public/web/WebDeviceEmulationParams.h" 49 #include "third_party/WebKit/public/web/WebDeviceEmulationParams.h"
49 #include "third_party/WebKit/public/web/WebMediaPlayerAction.h" 50 #include "third_party/WebKit/public/web/WebMediaPlayerAction.h"
50 #include "third_party/WebKit/public/web/WebPluginAction.h" 51 #include "third_party/WebKit/public/web/WebPluginAction.h"
51 #include "third_party/WebKit/public/web/WebPopupType.h" 52 #include "third_party/WebKit/public/web/WebPopupType.h"
52 #include "third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h" 53 #include "third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h"
(...skipping 895 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 int /* y */) 949 int /* y */)
949 950
950 #elif defined(OS_MACOSX) 951 #elif defined(OS_MACOSX)
951 // Receives content of a web page as plain text. 952 // Receives content of a web page as plain text.
952 IPC_MESSAGE_ROUTED1(ViewMsg_GetRenderedTextCompleted, std::string) 953 IPC_MESSAGE_ROUTED1(ViewMsg_GetRenderedTextCompleted, std::string)
953 #endif 954 #endif
954 955
955 // Adding a new message? Stick to the sort order above: first platform 956 // Adding a new message? Stick to the sort order above: first platform
956 // independent ViewMsg, then ifdefs for platform specific ViewMsg, then platform 957 // independent ViewMsg, then ifdefs for platform specific ViewMsg, then platform
957 // independent ViewHostMsg, then ifdefs for platform specific ViewHostMsg. 958 // independent ViewHostMsg, then ifdefs for platform specific ViewHostMsg.
OLDNEW
« no previous file with comments | « content/common/video_capture_struct_traits.h ('k') | content/public/renderer/media_stream_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698