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

Unified Diff: services/ui/public/cpp/window_manager_delegate.h

Issue 2189893002: services/ui: Create a proper component for the client-lib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « services/ui/public/cpp/window.h ('k') | services/ui/public/cpp/window_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/window_manager_delegate.h
diff --git a/services/ui/public/cpp/window_manager_delegate.h b/services/ui/public/cpp/window_manager_delegate.h
index fe3b72bc9ac904f41dea75c05c1d6f33ce168ab2..6611a247f2725fd4208265e6b9e8e91aba151457 100644
--- a/services/ui/public/cpp/window_manager_delegate.h
+++ b/services/ui/public/cpp/window_manager_delegate.h
@@ -13,6 +13,7 @@
#include <vector>
#include "base/callback_forward.h"
+#include "services/ui/public/cpp/ui_export.h"
#include "services/ui/public/interfaces/cursor.mojom.h"
#include "services/ui/public/interfaces/event_matcher.mojom.h"
#include "services/ui/public/interfaces/window_manager_constants.mojom.h"
@@ -39,7 +40,7 @@ class Window;
// See the mojom with the same name for details on the functions in this
// interface.
-class WindowManagerClient {
+class UI_EXPORT WindowManagerClient {
public:
virtual void SetFrameDecorationValues(
mojom::FrameDecorationValuesPtr values) = 0;
@@ -65,7 +66,7 @@ class WindowManagerClient {
// Used by clients implementing a window manager.
// TODO(sky): this should be called WindowManager, but that's rather confusing
// currently.
-class WindowManagerDelegate {
+class UI_EXPORT WindowManagerDelegate {
public:
// Called once to give the delegate access to functions only exposed to
// the WindowManager.
« no previous file with comments | « services/ui/public/cpp/window.h ('k') | services/ui/public/cpp/window_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698