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

Unified Diff: components/mus/public/cpp/context_provider.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/context_provider.h
diff --git a/components/mus/public/cpp/context_provider.h b/components/mus/public/cpp/context_provider.h
index 0538efb0cae2ed34e09627de2cb0162bc097c351..a689d949d6582a8a3cfd3cf8b98517be6267a46b 100644
--- a/components/mus/public/cpp/context_provider.h
+++ b/components/mus/public/cpp/context_provider.h
@@ -11,13 +11,14 @@
#include "base/macros.h"
#include "cc/output/context_provider.h"
+#include "components/mus/public/cpp/mus_public_export.h"
#include "mojo/public/cpp/system/core.h"
namespace mus {
class GLES2Context;
-class ContextProvider : public cc::ContextProvider {
+class MUS_PUBLIC_EXPORT ContextProvider : public cc::ContextProvider {
Fady Samuel 2016/05/25 17:06:47 Why did you make this a component?
Peng 2016/05/25 19:42:55 Becatse GpuServiceMus has a global variable g_gpu_
public:
explicit ContextProvider(mojo::ScopedMessagePipeHandle command_buffer_handle);

Powered by Google App Engine
This is Rietveld 408576698