| Index: content/browser/renderer_host/render_widget_host_view_aura.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| index dbf3024f8b635fa3f21fed69baa58a67038324fc..1d9518db2e836e876f78c4be2ee68fa1215303c5 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| @@ -223,6 +223,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
|
| base::i18n::TextDirection direction) override;
|
| void ExtendSelectionAndDelete(size_t before, size_t after) override;
|
| void EnsureCaretNotInRect(const gfx::Rect& rect) override;
|
| + void OnClientFocusLost() override;
|
| bool IsTextEditCommandEnabled(ui::TextEditCommand command) const override;
|
| void SetTextEditCommandForNextKeyEvent(ui::TextEditCommand command) override;
|
|
|
| @@ -446,7 +447,8 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
|
| void ApplyEventFilterForPopupExit(ui::LocatedEvent* event);
|
|
|
| // Converts |rect| from screen coordinate to window coordinate.
|
| - gfx::Rect ConvertRectFromScreen(const gfx::Rect& rect) const;
|
| + gfx::Rect ConvertRectFromScreen(const gfx::Rect& rect,
|
| + aura::Window* window) const;
|
|
|
| // Called when the parent window bounds change.
|
| void HandleParentBoundsChanged();
|
|
|