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

Unified Diff: ash/display/screen_position_controller.h

Issue 2539363005: Converts ash to use aura-mus (Closed)
Patch Set: merge Created 4 years 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/display/screen_position_controller.h
diff --git a/ash/display/screen_position_controller.h b/ash/display/screen_position_controller.h
index 5ea9d8c8e4da3c494221ca83cae6ccea59496e17..344c2cd56e34a4b4649a2ced98772a5e2b0cf623 100644
--- a/ash/display/screen_position_controller.h
+++ b/ash/display/screen_position_controller.h
@@ -7,12 +7,14 @@
#include <vector>
+#include "ash/ash_export.h"
#include "base/macros.h"
#include "ui/aura/client/screen_position_client.h"
namespace ash {
-class ScreenPositionController : public aura::client::ScreenPositionClient {
+class ASH_EXPORT ScreenPositionController
+ : public aura::client::ScreenPositionClient {
public:
// Finds the root window at |location| in |window|'s coordinates
// from given |root_windows| and returns the found root window and

Powered by Google App Engine
This is Rietveld 408576698