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

Unified Diff: ui/views/mus/native_widget_mus.h

Issue 2379073003: mus: Use TooltipManagerAura in NativeWidgetMus. (Closed)
Patch Set: Of course there's a second, different test suite in the same file. Why would I ever have thought ot… Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/corewm/tooltip_controller_unittest.cc ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/native_widget_mus.h
diff --git a/ui/views/mus/native_widget_mus.h b/ui/views/mus/native_widget_mus.h
index acee4f0a6c26f8ebc7e00e25d3b678091f4f3b4c..71bdcbf07d7dc4048f600921ed145b9a3b4e39bd 100644
--- a/ui/views/mus/native_widget_mus.h
+++ b/ui/views/mus/native_widget_mus.h
@@ -54,8 +54,12 @@ class FocusController;
}
namespace views {
+namespace corewm {
+class TooltipController;
+}
class DropHelper;
class DropTargetMus;
+class TooltipManagerAura;
class WidgetDelegate;
// An implementation of NativeWidget that binds to a ui::Window. Because Aura
@@ -300,6 +304,9 @@ class VIEWS_MUS_EXPORT NativeWidgetMus
std::unique_ptr<DropHelper> drop_helper_;
int last_drop_operation_;
+ std::unique_ptr<corewm::TooltipController> tooltip_controller_;
+ std::unique_ptr<TooltipManagerAura> tooltip_manager_;
+
base::WeakPtrFactory<NativeWidgetMus> close_widget_factory_;
DISALLOW_COPY_AND_ASSIGN(NativeWidgetMus);
« no previous file with comments | « ui/views/corewm/tooltip_controller_unittest.cc ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698