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

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

Issue 68683009: Rewrite include paths for Blink public/ headers that have moved (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « content/common/DEPS ('k') | content/plugin/webplugin_delegate_stub.cc » ('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"
(...skipping 24 matching lines...) Expand all
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 "ipc/ipc_platform_file.h" 39 #include "ipc/ipc_platform_file.h"
40 #include "media/audio/audio_parameters.h" 40 #include "media/audio/audio_parameters.h"
41 #include "media/base/channel_layout.h" 41 #include "media/base/channel_layout.h"
42 #include "media/base/media_log_event.h" 42 #include "media/base/media_log_event.h"
43 #include "third_party/WebKit/public/platform/WebFloatPoint.h" 43 #include "third_party/WebKit/public/platform/WebFloatPoint.h"
44 #include "third_party/WebKit/public/platform/WebFloatRect.h" 44 #include "third_party/WebKit/public/platform/WebFloatRect.h"
45 #include "third_party/WebKit/public/platform/WebScreenInfo.h"
45 #include "third_party/WebKit/public/web/WebCompositionUnderline.h" 46 #include "third_party/WebKit/public/web/WebCompositionUnderline.h"
46 #include "third_party/WebKit/public/web/WebFindOptions.h" 47 #include "third_party/WebKit/public/web/WebFindOptions.h"
47 #include "third_party/WebKit/public/web/WebMediaPlayerAction.h" 48 #include "third_party/WebKit/public/web/WebMediaPlayerAction.h"
48 #include "third_party/WebKit/public/web/WebPluginAction.h" 49 #include "third_party/WebKit/public/web/WebPluginAction.h"
49 #include "third_party/WebKit/public/web/WebPopupType.h" 50 #include "third_party/WebKit/public/web/WebPopupType.h"
50 #include "third_party/WebKit/public/web/WebScreenInfo.h"
51 #include "third_party/WebKit/public/web/WebTextDirection.h" 51 #include "third_party/WebKit/public/web/WebTextDirection.h"
52 #include "third_party/skia/include/core/SkBitmap.h" 52 #include "third_party/skia/include/core/SkBitmap.h"
53 #include "ui/base/ime/text_input_mode.h" 53 #include "ui/base/ime/text_input_mode.h"
54 #include "ui/base/ime/text_input_type.h" 54 #include "ui/base/ime/text_input_type.h"
55 #include "ui/base/ui_base_types.h" 55 #include "ui/base/ui_base_types.h"
56 #include "ui/gfx/point.h" 56 #include "ui/gfx/point.h"
57 #include "ui/gfx/range/range.h" 57 #include "ui/gfx/range/range.h"
58 #include "ui/gfx/rect.h" 58 #include "ui/gfx/rect.h"
59 #include "ui/gfx/rect_f.h" 59 #include "ui/gfx/rect_f.h"
60 #include "ui/gfx/vector2d.h" 60 #include "ui/gfx/vector2d.h"
(...skipping 2318 matching lines...) Expand 10 before | Expand all | Expand 10 after
2379 // synchronously (see crbug.com/120597). This IPC message sends the character 2379 // synchronously (see crbug.com/120597). This IPC message sends the character
2380 // bounds after every composition change to always have correct bound info. 2380 // bounds after every composition change to always have correct bound info.
2381 IPC_MESSAGE_ROUTED2(ViewHostMsg_ImeCompositionRangeChanged, 2381 IPC_MESSAGE_ROUTED2(ViewHostMsg_ImeCompositionRangeChanged,
2382 gfx::Range /* composition range */, 2382 gfx::Range /* composition range */,
2383 std::vector<gfx::Rect> /* character bounds */) 2383 std::vector<gfx::Rect> /* character bounds */)
2384 #endif 2384 #endif
2385 2385
2386 // Adding a new message? Stick to the sort order above: first platform 2386 // Adding a new message? Stick to the sort order above: first platform
2387 // independent ViewMsg, then ifdefs for platform specific ViewMsg, then platform 2387 // independent ViewMsg, then ifdefs for platform specific ViewMsg, then platform
2388 // independent ViewHostMsg, then ifdefs for platform specific ViewHostMsg. 2388 // independent ViewHostMsg, then ifdefs for platform specific ViewHostMsg.
OLDNEW
« no previous file with comments | « content/common/DEPS ('k') | content/plugin/webplugin_delegate_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698