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

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

Issue 823133004: Cleanup: Update the path to gfx rect headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rect_f.h Created 5 years, 11 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/common/speech_recognition_messages.h ('k') | content/common/webplugin_geometry.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 file, hence no include guard 5 // Multiply-included message file, hence no include guard
6 6
7 #include "ipc/ipc_message_macros.h" 7 #include "ipc/ipc_message_macros.h"
8 #include "ui/gfx/geometry/rect.h"
8 #include "ui/gfx/range/range.h" 9 #include "ui/gfx/range/range.h"
9 #include "ui/gfx/rect.h"
10 10
11 #if defined(OS_MACOSX) 11 #if defined(OS_MACOSX)
12 #include "content/common/mac/attributed_string_coder.h" 12 #include "content/common/mac/attributed_string_coder.h"
13 #endif 13 #endif
14 14
15 #define IPC_MESSAGE_START TextInputClientMsgStart 15 #define IPC_MESSAGE_START TextInputClientMsgStart
16 #undef IPC_MESSAGE_EXPORT 16 #undef IPC_MESSAGE_EXPORT
17 #define IPC_MESSAGE_EXPORT CONTENT_EXPORT 17 #define IPC_MESSAGE_EXPORT CONTENT_EXPORT
18 18
19 // Browser -> Renderer Messages //////////////////////////////////////////////// 19 // Browser -> Renderer Messages ////////////////////////////////////////////////
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 // Reply message for TextInputClientMsg_StringForRange. 55 // Reply message for TextInputClientMsg_StringForRange.
56 IPC_MESSAGE_ROUTED1(TextInputClientReplyMsg_GotStringForRange, 56 IPC_MESSAGE_ROUTED1(TextInputClientReplyMsg_GotStringForRange,
57 mac::AttributedStringCoder::EncodedString) 57 mac::AttributedStringCoder::EncodedString)
58 58
59 // Reply message for TextInputClientMsg_StringAtPoint 59 // Reply message for TextInputClientMsg_StringAtPoint
60 IPC_MESSAGE_ROUTED2(TextInputClientReplyMsg_GotStringAtPoint, 60 IPC_MESSAGE_ROUTED2(TextInputClientReplyMsg_GotStringAtPoint,
61 mac::AttributedStringCoder::EncodedString, 61 mac::AttributedStringCoder::EncodedString,
62 gfx::Point) 62 gfx::Point)
63 #endif // defined(OS_MACOSX) 63 #endif // defined(OS_MACOSX)
64 64
OLDNEW
« no previous file with comments | « content/common/speech_recognition_messages.h ('k') | content/common/webplugin_geometry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698