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

Unified Diff: services/ui/public/cpp/lib/window_private.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/input_event_handler.h ('k') | services/ui/public/cpp/output_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/lib/window_private.h
diff --git a/services/ui/public/cpp/lib/window_private.h b/services/ui/public/cpp/lib/window_private.h
index b30c75d9cf38a037bdf1284f92a8be2cdf821f4b..e005a7a8199f8031da36994a57c5f48aef6122ce 100644
--- a/services/ui/public/cpp/lib/window_private.h
+++ b/services/ui/public/cpp/lib/window_private.h
@@ -11,13 +11,14 @@
#include "base/macros.h"
#include "mojo/public/cpp/bindings/array.h"
+#include "services/ui/public/cpp/ui_export.h"
#include "services/ui/public/cpp/window.h"
namespace ui {
// This class is a friend of a Window and contains functions to mutate internal
// state of Window.
-class WindowPrivate {
+class UI_EXPORT WindowPrivate {
public:
explicit WindowPrivate(Window* window);
~WindowPrivate();
« no previous file with comments | « services/ui/public/cpp/input_event_handler.h ('k') | services/ui/public/cpp/output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698