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

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

Issue 343003003: Move IPC traits for SkBitmap, gfx_geometry into ui/gfx/ipc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix some missing includes & gfx_ipc deps Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « content/common/plugin_process_messages.h ('k') | content/content_common.gypi » ('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) 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 "base/memory/shared_memory.h" 8 #include "base/memory/shared_memory.h"
9 #include "base/process/process.h" 9 #include "base/process/process.h"
10 #include "base/strings/string16.h" 10 #include "base/strings/string16.h"
11 #include "cc/output/begin_frame_args.h" 11 #include "cc/output/begin_frame_args.h"
12 #include "cc/output/compositor_frame.h" 12 #include "cc/output/compositor_frame.h"
13 #include "cc/output/compositor_frame_ack.h" 13 #include "cc/output/compositor_frame_ack.h"
14 #include "content/common/content_export.h" 14 #include "content/common/content_export.h"
15 #include "content/common/content_param_traits.h" 15 #include "content/common/content_param_traits.h"
16 #include "content/common/cookie_data.h" 16 #include "content/common/cookie_data.h"
17 #include "content/common/date_time_suggestion.h"
17 #include "content/common/navigation_gesture.h" 18 #include "content/common/navigation_gesture.h"
18 #include "content/common/pepper_renderer_instance_data.h" 19 #include "content/common/pepper_renderer_instance_data.h"
19 #include "content/common/view_message_enums.h" 20 #include "content/common/view_message_enums.h"
20 #include "content/common/webplugin_geometry.h" 21 #include "content/common/webplugin_geometry.h"
21 #include "content/public/common/common_param_traits.h" 22 #include "content/public/common/common_param_traits.h"
22 #include "content/public/common/favicon_url.h" 23 #include "content/public/common/favicon_url.h"
23 #include "content/public/common/file_chooser_params.h" 24 #include "content/public/common/file_chooser_params.h"
24 #include "content/public/common/menu_item.h" 25 #include "content/public/common/menu_item.h"
25 #include "content/public/common/page_state.h" 26 #include "content/public/common/page_state.h"
26 #include "content/public/common/page_zoom.h" 27 #include "content/public/common/page_zoom.h"
27 #include "content/public/common/referrer.h" 28 #include "content/public/common/referrer.h"
28 #include "content/public/common/renderer_preferences.h" 29 #include "content/public/common/renderer_preferences.h"
29 #include "content/public/common/stop_find_action.h" 30 #include "content/public/common/stop_find_action.h"
30 #include "content/public/common/three_d_api_types.h" 31 #include "content/public/common/three_d_api_types.h"
31 #include "content/public/common/window_container_type.h" 32 #include "content/public/common/window_container_type.h"
32 #include "content/common/date_time_suggestion.h"
33 #include "ipc/ipc_channel_handle.h" 33 #include "ipc/ipc_channel_handle.h"
34 #include "ipc/ipc_message_macros.h" 34 #include "ipc/ipc_message_macros.h"
35 #include "ipc/ipc_platform_file.h" 35 #include "ipc/ipc_platform_file.h"
36 #include "media/audio/audio_parameters.h" 36 #include "media/audio/audio_parameters.h"
37 #include "media/base/channel_layout.h" 37 #include "media/base/channel_layout.h"
38 #include "media/base/media_log_event.h" 38 #include "media/base/media_log_event.h"
39 #include "net/base/network_change_notifier.h" 39 #include "net/base/network_change_notifier.h"
40 #include "third_party/WebKit/public/platform/WebFloatPoint.h" 40 #include "third_party/WebKit/public/platform/WebFloatPoint.h"
41 #include "third_party/WebKit/public/platform/WebFloatRect.h" 41 #include "third_party/WebKit/public/platform/WebFloatRect.h"
42 #include "third_party/WebKit/public/platform/WebScreenInfo.h" 42 #include "third_party/WebKit/public/platform/WebScreenInfo.h"
43 #include "third_party/WebKit/public/web/WebFindOptions.h" 43 #include "third_party/WebKit/public/web/WebFindOptions.h"
44 #include "third_party/WebKit/public/web/WebMediaPlayerAction.h" 44 #include "third_party/WebKit/public/web/WebMediaPlayerAction.h"
45 #include "third_party/WebKit/public/web/WebPluginAction.h" 45 #include "third_party/WebKit/public/web/WebPluginAction.h"
46 #include "third_party/WebKit/public/web/WebPopupType.h" 46 #include "third_party/WebKit/public/web/WebPopupType.h"
47 #include "third_party/WebKit/public/web/WebTextDirection.h" 47 #include "third_party/WebKit/public/web/WebTextDirection.h"
48 #include "third_party/skia/include/core/SkBitmap.h" 48 #include "third_party/skia/include/core/SkBitmap.h"
49 #include "ui/base/ime/text_input_mode.h" 49 #include "ui/base/ime/text_input_mode.h"
50 #include "ui/base/ime/text_input_type.h" 50 #include "ui/base/ime/text_input_type.h"
51 #include "ui/base/ui_base_types.h" 51 #include "ui/base/ui_base_types.h"
52 #include "ui/gfx/ipc/gfx_param_traits.h"
52 #include "ui/gfx/point.h" 53 #include "ui/gfx/point.h"
53 #include "ui/gfx/range/range.h" 54 #include "ui/gfx/range/range.h"
54 #include "ui/gfx/rect.h" 55 #include "ui/gfx/rect.h"
55 #include "ui/gfx/rect_f.h" 56 #include "ui/gfx/rect_f.h"
56 #include "ui/gfx/vector2d.h" 57 #include "ui/gfx/vector2d.h"
57 #include "ui/gfx/vector2d_f.h" 58 #include "ui/gfx/vector2d_f.h"
58 #include "ui/shell_dialogs/selected_file_info.h" 59 #include "ui/shell_dialogs/selected_file_info.h"
59 60
60 #if defined(OS_MACOSX) 61 #if defined(OS_MACOSX)
61 #include "content/common/mac/font_descriptor.h" 62 #include "content/common/mac/font_descriptor.h"
(...skipping 1634 matching lines...) Expand 10 before | Expand all | Expand 10 after
1696 // Since the browser keeps handles to the allocated transport DIBs, this 1697 // Since the browser keeps handles to the allocated transport DIBs, this
1697 // message is sent to tell the browser that it may release them when the 1698 // message is sent to tell the browser that it may release them when the
1698 // renderer is finished with them. 1699 // renderer is finished with them.
1699 IPC_MESSAGE_CONTROL1(ViewHostMsg_FreeTransportDIB, 1700 IPC_MESSAGE_CONTROL1(ViewHostMsg_FreeTransportDIB,
1700 TransportDIB::Id /* DIB id */) 1701 TransportDIB::Id /* DIB id */)
1701 #endif 1702 #endif
1702 1703
1703 // Adding a new message? Stick to the sort order above: first platform 1704 // Adding a new message? Stick to the sort order above: first platform
1704 // independent ViewMsg, then ifdefs for platform specific ViewMsg, then platform 1705 // independent ViewMsg, then ifdefs for platform specific ViewMsg, then platform
1705 // independent ViewHostMsg, then ifdefs for platform specific ViewHostMsg. 1706 // independent ViewHostMsg, then ifdefs for platform specific ViewHostMsg.
OLDNEW
« no previous file with comments | « content/common/plugin_process_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698