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

Unified Diff: ash/wm/maximize_mode/maximize_mode_event_handler_aura.h

Issue 2783563002: Make WmShellMus use classic types for mus (Closed)
Patch Set: comments Created 3 years, 9 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
Index: ash/wm/maximize_mode/maximize_mode_event_handler_aura.h
diff --git a/ash/wm/maximize_mode/maximize_mode_event_handler_aura.h b/ash/wm/maximize_mode/maximize_mode_event_handler_aura.h
index 21073095c04b8c4262c462f7c35f6ee4a57a9926..9e7b6f2886c80b4ce4e78d8dc5a4f9cbd5a5965d 100644
--- a/ash/wm/maximize_mode/maximize_mode_event_handler_aura.h
+++ b/ash/wm/maximize_mode/maximize_mode_event_handler_aura.h
@@ -5,6 +5,7 @@
#ifndef ASH_WM_MAXIMIZE_MODE_MAXIMIZE_MODE_EVENT_HANDLER_AURA_H_
#define ASH_WM_MAXIMIZE_MODE_MAXIMIZE_MODE_EVENT_HANDLER_AURA_H_
+#include "ash/ash_export.h"
#include "ash/common/wm/maximize_mode/maximize_mode_event_handler.h"
#include "ui/events/event_handler.h"
@@ -12,8 +13,8 @@ namespace ash {
namespace wm {
// Implementation of MaximizeModeEventHandler for aura. Uses ui::EventHandler.
-class MaximizeModeEventHandlerAura : public MaximizeModeEventHandler,
- public ui::EventHandler {
+class ASH_EXPORT MaximizeModeEventHandlerAura : public MaximizeModeEventHandler,
+ public ui::EventHandler {
public:
MaximizeModeEventHandlerAura();
~MaximizeModeEventHandlerAura() override;
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.cc ('k') | ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698