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

Unified Diff: components/mus/public/cpp/window_tree_connection.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_connection.h
diff --git a/components/mus/public/cpp/window_tree_connection.h b/components/mus/public/cpp/window_tree_connection.h
index dd599ea6a124c62eb1154bb2433cd320be1634d4..3350173a8ef7b3d4b8830016445c2d353afefea8 100644
--- a/components/mus/public/cpp/window_tree_connection.h
+++ b/components/mus/public/cpp/window_tree_connection.h
@@ -12,6 +12,7 @@
#include <vector>
#include "components/mus/common/types.h"
+#include "components/mus/public/cpp/mus_public_export.h"
#include "components/mus/public/interfaces/input_event_constants.mojom.h"
#include "components/mus/public/interfaces/window_tree.mojom.h"
#include "mojo/public/cpp/bindings/interface_request.h"
@@ -33,7 +34,7 @@ class WindowTreeDelegate;
// Encapsulates a connection to a window tree. A unique connection is made
// every time an app is embedded.
-class WindowTreeConnection {
+class MUS_PUBLIC_EXPORT WindowTreeConnection {
public:
enum class CreateType {
// Indicates Create() should wait for OnEmbed(). If true, the

Powered by Google App Engine
This is Rietveld 408576698