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

Unified Diff: components/mus/public/cpp/window_manager_delegate.h

Issue 1976703003: Impl mus::mojom::GpuService to enable using Chrome IPC version gpu CmdBuf in mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 7 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: components/mus/public/cpp/window_manager_delegate.h
diff --git a/components/mus/public/cpp/window_manager_delegate.h b/components/mus/public/cpp/window_manager_delegate.h
index 31af262c8883a9b9f52ab7040082c82ce0c4dc9d..c07bd30ff32f45159964316f8b15e6a0463e727d 100644
--- a/components/mus/public/cpp/window_manager_delegate.h
+++ b/components/mus/public/cpp/window_manager_delegate.h
@@ -13,6 +13,7 @@
#include <vector>
#include "base/callback_forward.h"
+#include "components/mus/public/cpp/mus_public_export.h"
#include "components/mus/public/interfaces/cursor.mojom.h"
#include "components/mus/public/interfaces/event_matcher.mojom.h"
#include "components/mus/public/interfaces/input_events.mojom.h"
@@ -34,7 +35,7 @@ class Window;
// See the mojom with the same name for details on the functions in this
// interface.
-class WindowManagerClient {
+class MUS_PUBLIC_EXPORT WindowManagerClient {
public:
virtual void SetFrameDecorationValues(
mojom::FrameDecorationValuesPtr values) = 0;

Powered by Google App Engine
This is Rietveld 408576698