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

Unified Diff: services/ui/public/cpp/gles2_context.h

Issue 2189893002: services/ui: Create a proper component for the client-lib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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
« no previous file with comments | « services/ui/public/cpp/context_provider.h ('k') | services/ui/public/cpp/input_event_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/gles2_context.h
diff --git a/services/ui/public/cpp/gles2_context.h b/services/ui/public/cpp/gles2_context.h
index d26499d7494bd5ca61eef01229721555d81ea002..c51bfba475e093bcde09bd1f036bdd3ed5236164 100644
--- a/services/ui/public/cpp/gles2_context.h
+++ b/services/ui/public/cpp/gles2_context.h
@@ -12,6 +12,7 @@
#include "base/macros.h"
#include "gpu/command_buffer/client/gles2_implementation.h"
+#include "services/ui/public/cpp/ui_export.h"
#include "services/ui/public/interfaces/command_buffer.mojom.h"
namespace gpu {
@@ -26,7 +27,7 @@ namespace ui {
class CommandBufferClientImpl;
-class GLES2Context {
+class UI_EXPORT GLES2Context {
public:
~GLES2Context();
gpu::gles2::GLES2Interface* interface() const {
« no previous file with comments | « services/ui/public/cpp/context_provider.h ('k') | services/ui/public/cpp/input_event_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698