| Index: chrome/common/validation_message_messages.h
|
| diff --git a/chrome/common/validation_message_messages.h b/chrome/common/validation_message_messages.h
|
| index 01b6d7f59e0c4fa740aae095b5726ca6f9c1c6a8..050a5c51d1ea16771a3de0d4367417e7925db66d 100644
|
| --- a/chrome/common/validation_message_messages.h
|
| +++ b/chrome/common/validation_message_messages.h
|
| @@ -10,8 +10,13 @@
|
|
|
| IPC_MESSAGE_CONTROL4(ValidationMessageMsg_ShowValidationMessage,
|
| int /* route id */,
|
| - gfx::Rect /* anchor rectangle in screen coordinate */,
|
| + gfx::Rect /* anchor rectangle in root view coordinate */,
|
| string16 /* validation message */,
|
| string16 /* supplemental text */)
|
|
|
| IPC_MESSAGE_CONTROL0(ValidationMessageMsg_HideValidationMessage)
|
| +
|
| +IPC_MESSAGE_CONTROL2(ValidationMessageMsg_MoveValidationMessage,
|
| + int /* route id */,
|
| + gfx::Rect /* anchor rectangle in root view coordinate */)
|
| +
|
|
|