summaryrefslogtreecommitdiff
path: root/chromium/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-09-18 14:34:04 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-10-04 11:15:27 +0000
commite6430e577f105ad8813c92e75c54660c4985026e (patch)
tree88115e5d1fb471fea807111924dcccbeadbf9e4f /chromium/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
parent53d399fe6415a96ea6986ec0d402a9c07da72453 (diff)
downloadqtwebengine-chromium-e6430e577f105ad8813c92e75c54660c4985026e.tar.gz
BASELINE: Update Chromium to 61.0.3163.99
Change-Id: I8452f34574d88ca2b27af9bd56fc9ff3f16b1367 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h')
-rw-r--r--chromium/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/chromium/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h b/chromium/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
index 12d06164670..3f1c7bffb61 100644
--- a/chromium/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
+++ b/chromium/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
@@ -16,10 +16,17 @@ namespace aura {
namespace client {
class DragDropClient;
class FocusClient;
-class ScopedTooltipDisabler;
}
}
+namespace ui {
+class InputMethod;
+} // namespace ui
+
+namespace wm {
+class ScopedTooltipDisabler;
+} // namespace wm
+
namespace views {
class DesktopDragDropClientWin;
class HWNDMessageHandler;
@@ -31,7 +38,7 @@ class TooltipWin;
class VIEWS_EXPORT DesktopWindowTreeHostWin
: public DesktopWindowTreeHost,
- public aura::client::AnimationHost,
+ public wm::AnimationHost,
public aura::WindowTreeHost,
public HWNDMessageHandlerDelegate {
public:
@@ -132,6 +139,7 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin
void OnWindowHidingAnimationCompleted() override;
// Overridden from HWNDMessageHandlerDelegate:
+ ui::InputMethod* GetHWNDMessageDelegateInputMethod() override;
bool HasNonClientView() const override;
FrameMode GetFrameMode() const override;
bool HasFrame() const override;
@@ -266,7 +274,7 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin
// whenever the cursor visibility state changes.
static bool is_cursor_visible_;
- std::unique_ptr<aura::client::ScopedTooltipDisabler> tooltip_disabler_;
+ std::unique_ptr<wm::ScopedTooltipDisabler> tooltip_disabler_;
// Indicates if current window will receive mouse events when should not
// become activated.