summaryrefslogtreecommitdiff
path: root/chromium/ui/views/mus/mus_views_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/views/mus/mus_views_delegate.h')
-rw-r--r--chromium/ui/views/mus/mus_views_delegate.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/chromium/ui/views/mus/mus_views_delegate.h b/chromium/ui/views/mus/mus_views_delegate.h
index 6346df2979b..d74ac42d406 100644
--- a/chromium/ui/views/mus/mus_views_delegate.h
+++ b/chromium/ui/views/mus/mus_views_delegate.h
@@ -12,19 +12,12 @@
namespace views {
+// TODO(jamescook): Move the LayoutProvider and delete this class.
class VIEWS_MUS_EXPORT MusViewsDelegate : public ViewsDelegate {
public:
MusViewsDelegate();
~MusViewsDelegate() override;
- // ViewsDelegate:
- void NotifyAccessibilityEvent(View* view,
- ax::mojom::Event event_type) override;
- void AddPointerWatcher(PointerWatcher* pointer_watcher,
- bool wants_moves) override;
- void RemovePointerWatcher(PointerWatcher* pointer_watcher) override;
- bool IsPointerWatcherSupported() const override;
-
private:
LayoutProvider layout_provider_;