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

Unified Diff: components/mus/public/cpp/window_observer.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_observer.h
diff --git a/components/mus/public/cpp/window_observer.h b/components/mus/public/cpp/window_observer.h
index 27e697c9343bfe68c253688307931660b740fbf3..b819071a5a89d799ee881134f62b3384b9a37fe7 100644
--- a/components/mus/public/cpp/window_observer.h
+++ b/components/mus/public/cpp/window_observer.h
@@ -9,6 +9,7 @@
#include <vector>
+#include "components/mus/public/cpp/mus_public_export.h"
#include "components/mus/public/cpp/window.h"
namespace mus {
@@ -25,7 +26,7 @@ class Window;
// prior to being called, so for example in the case of OnWindowDestroying(),
// it's possible the window has already been destroyed on the service side.
-class WindowObserver {
+class MUS_PUBLIC_EXPORT WindowObserver {
public:
struct TreeChangeParams {
TreeChangeParams();

Powered by Google App Engine
This is Rietveld 408576698