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

Unified Diff: ui/gl/angle_platform_impl.h

Issue 2094513002: Move static GL binding initialization to //ui/gl/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for comment. Created 4 years, 6 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 | « gpu/ipc/service/gpu_channel_unittest.cc ('k') | ui/gl/gl_egl_api_implementation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/angle_platform_impl.h
diff --git a/ui/gl/angle_platform_impl.h b/ui/gl/angle_platform_impl.h
index 5a0ade6cb4d72967dc2e6a02633cad0bba07af63..99c59a6c0bb2ee6e265767d15e204f5764727748 100644
--- a/ui/gl/angle_platform_impl.h
+++ b/ui/gl/angle_platform_impl.h
@@ -8,13 +8,15 @@
// Implements the ANGLE platform interface, for functionality like
// histograms and trace profiling.
+#include "base/compiler_specific.h"
#include "base/macros.h"
#include "third_party/angle/include/platform/Platform.h"
+#include "ui/gl/gl_export.h"
namespace gl {
// Derives the base ANGLE platform and provides implementations
-class ANGLEPlatformImpl : public angle::Platform {
+class GL_EXPORT ANGLEPlatformImpl : NON_EXPORTED_BASE(public angle::Platform) {
public:
ANGLEPlatformImpl();
~ANGLEPlatformImpl() override;
« no previous file with comments | « gpu/ipc/service/gpu_channel_unittest.cc ('k') | ui/gl/gl_egl_api_implementation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698