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

Unified Diff: cc/output/in_process_context_provider.h

Issue 2481263002: Introduce Display Compositor mojo interface. Use InProcessContextProvider. (Closed)
Patch Set: Speculative fix for android build issue Created 4 years, 1 month 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: cc/output/in_process_context_provider.h
diff --git a/cc/output/in_process_context_provider.h b/cc/output/in_process_context_provider.h
index e42c094797d08b349a0cf41a4cac214116b4d909..1be3eef9541dcdc5b8838395c5e97c75f2662fb3 100644
--- a/cc/output/in_process_context_provider.h
+++ b/cc/output/in_process_context_provider.h
@@ -9,7 +9,9 @@
#include <memory>
+#include "base/compiler_specific.h"
#include "base/synchronization/lock.h"
+#include "cc/base/cc_export.h"
#include "cc/output/context_cache_controller.h"
#include "cc/output/context_provider.h"
#include "gpu/command_buffer/common/gles2_cmd_utils.h"
@@ -35,7 +37,8 @@ class GrContextForGLES2Interface;
namespace cc {
-class InProcessContextProvider : public ContextProvider {
+class CC_EXPORT InProcessContextProvider
+ : public NON_EXPORTED_BASE(ContextProvider) {
public:
InProcessContextProvider(
scoped_refptr<gpu::InProcessCommandBuffer::Service> service,

Powered by Google App Engine
This is Rietveld 408576698