| Index: chrome/browser/ui/views/validation_message_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/validation_message_bubble_view.h b/chrome/browser/ui/views/validation_message_bubble_view.h
|
| index b496b5bbb7a7200b28f3b5c97229f5045f40f7ad..cdc6857138bfc990d57084a3ac2a8174096431ae 100644
|
| --- a/chrome/browser/ui/views/validation_message_bubble_view.h
|
| +++ b/chrome/browser/ui/views/validation_message_bubble_view.h
|
| @@ -8,6 +8,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "chrome/browser/ui/validation_message_bubble.h"
|
| +#include "content/public/browser/render_widget_host_view.h"
|
| #include "ui/gfx/geometry/size.h"
|
| #include "ui/views/bubble/bubble_dialog_delegate.h"
|
|
|
| @@ -38,6 +39,10 @@ class ValidationMessageBubbleView
|
| void CloseValidationMessage() override;
|
|
|
| private:
|
| + gfx::Rect RootViewToScreenRect(
|
| + const gfx::Rect& rect_in_root_view,
|
| + const content::RenderWidgetHostView* render_widget_host_view) const;
|
| +
|
| gfx::Size size_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ValidationMessageBubbleView);
|
|
|