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

Side by Side Diff: content/common/browser_plugin/browser_plugin_messages.h

Issue 1951013003: Remove all uses of skia::RefPtr and stale includes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Florin's smart pointer fix Created 4 years, 7 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/child/font_warmup_win_unittest.cc ('k') | content/common/font_config_ipc_linux.h » ('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 // Multiply-included message header, no traditional include guard. 5 // Multiply-included message header, no traditional include guard.
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "base/process/process.h" 9 #include "base/process/process.h"
10 #include "cc/surfaces/surface.h" 10 #include "cc/surfaces/surface.h"
11 #include "content/common/content_export.h" 11 #include "content/common/content_export.h"
12 #include "content/common/content_param_traits.h" 12 #include "content/common/content_param_traits.h"
13 #include "content/common/cursors/webcursor.h" 13 #include "content/common/cursors/webcursor.h"
14 #include "content/common/edit_command.h" 14 #include "content/common/edit_command.h"
15 #include "content/public/common/drop_data.h" 15 #include "content/public/common/drop_data.h"
16 #include "ipc/ipc_channel_handle.h" 16 #include "ipc/ipc_channel_handle.h"
17 #include "ipc/ipc_message_macros.h" 17 #include "ipc/ipc_message_macros.h"
18 #include "ipc/ipc_message_utils.h" 18 #include "ipc/ipc_message_utils.h"
19 #include "third_party/WebKit/public/platform/WebDragOperation.h" 19 #include "third_party/WebKit/public/platform/WebDragOperation.h"
20 #include "third_party/WebKit/public/platform/WebFocusType.h" 20 #include "third_party/WebKit/public/platform/WebFocusType.h"
21 #include "third_party/WebKit/public/web/WebCompositionUnderline.h" 21 #include "third_party/WebKit/public/web/WebCompositionUnderline.h"
22 #include "third_party/WebKit/public/web/WebDragStatus.h" 22 #include "third_party/WebKit/public/web/WebDragStatus.h"
23 #include "third_party/skia/include/core/SkBitmap.h"
24 #include "ui/gfx/geometry/point.h" 23 #include "ui/gfx/geometry/point.h"
25 #include "ui/gfx/geometry/rect.h" 24 #include "ui/gfx/geometry/rect.h"
26 #include "ui/gfx/geometry/size.h" 25 #include "ui/gfx/geometry/size.h"
27 #include "ui/gfx/ipc/gfx_param_traits.h" 26 #include "ui/gfx/ipc/gfx_param_traits.h"
28 #include "ui/gfx/ipc/skia/gfx_skia_param_traits.h" 27 #include "ui/gfx/ipc/skia/gfx_skia_param_traits.h"
29 28
30 #undef IPC_MESSAGE_EXPORT 29 #undef IPC_MESSAGE_EXPORT
31 #define IPC_MESSAGE_EXPORT CONTENT_EXPORT 30 #define IPC_MESSAGE_EXPORT CONTENT_EXPORT
32 31
33 #define IPC_MESSAGE_START BrowserPluginMsgStart 32 #define IPC_MESSAGE_START BrowserPluginMsgStart
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 183
185 // Forwards a PointerLock Unlock request to the BrowserPlugin. 184 // Forwards a PointerLock Unlock request to the BrowserPlugin.
186 IPC_MESSAGE_CONTROL2(BrowserPluginMsg_SetMouseLock, 185 IPC_MESSAGE_CONTROL2(BrowserPluginMsg_SetMouseLock,
187 int /* browser_plugin_instance_id */, 186 int /* browser_plugin_instance_id */,
188 bool /* enable */) 187 bool /* enable */)
189 188
190 // Sends text to be displayed in tooltip. 189 // Sends text to be displayed in tooltip.
191 IPC_MESSAGE_CONTROL2(BrowserPluginMsg_SetTooltipText, 190 IPC_MESSAGE_CONTROL2(BrowserPluginMsg_SetTooltipText,
192 int /* browser_plugin_instance_id */, 191 int /* browser_plugin_instance_id */,
193 base::string16 /* tooltip_text */) 192 base::string16 /* tooltip_text */)
OLDNEW
« no previous file with comments | « content/child/font_warmup_win_unittest.cc ('k') | content/common/font_config_ipc_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698