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

Unified Diff: components/mus/public/cpp/window_tree_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_tree_delegate.h
diff --git a/components/mus/public/cpp/window_tree_delegate.h b/components/mus/public/cpp/window_tree_delegate.h
index 953bcbae43ff9c4cae8776ddb90afcca85e62e0e..92e9c0da9fa749137708fda91325fbadec2c54a4 100644
--- a/components/mus/public/cpp/window_tree_delegate.h
+++ b/components/mus/public/cpp/window_tree_delegate.h
@@ -7,6 +7,7 @@
#include <string>
+#include "components/mus/public/cpp/mus_public_export.h"
#include "components/mus/public/interfaces/window_tree.mojom.h"
#include "services/shell/public/interfaces/interface_provider.mojom.h"
@@ -32,7 +33,7 @@ class WindowTreeConnection;
// When the WindowTreeConnection is deleted all windows are deleted (and
// observers notified). This is followed by notifying the delegate by way of
// OnConnectionLost().
-class WindowTreeDelegate {
+class MUS_PUBLIC_EXPORT WindowTreeDelegate {
public:
// Called when the application implementing this interface is embedded at
// |root|.

Powered by Google App Engine
This is Rietveld 408576698