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

Unified Diff: ui/gl/gl_gl_api_implementation.h

Issue 1114263002: For dyen: add ui/gl unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « ui/gfx/gl_api_unittest.cc ('k') | ui/gl/gl_gl_api_implementation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_gl_api_implementation.h
diff --git a/ui/gl/gl_gl_api_implementation.h b/ui/gl/gl_gl_api_implementation.h
index d4086006b6b51babf299646b6c7594d2fb06ccef..2c4dd16010d12c9bec7f27a5f0742bd42a73d507 100644
--- a/ui/gl/gl_gl_api_implementation.h
+++ b/ui/gl/gl_gl_api_implementation.h
@@ -9,6 +9,10 @@
#include "ui/gl/gl_bindings.h"
#include "ui/gl/gl_export.h"
+namespace base {
+class CommandLine;
+}
+
namespace gpu {
namespace gles2 {
class GLES2Decoder;
@@ -51,9 +55,9 @@ class GLApiBase : public GLApi {
// Implemenents the GL API by calling directly into the driver.
class RealGLApi : public GLApiBase {
public:
- RealGLApi();
- ~RealGLApi() override;
- void Initialize(DriverGL* driver);
+ GL_EXPORT RealGLApi();
+ GL_EXPORT ~RealGLApi() override;
+ GL_EXPORT void Initialize(DriverGL* driver, base::CommandLine* command_line);
private:
void glFinishFn() override;
« no previous file with comments | « ui/gfx/gl_api_unittest.cc ('k') | ui/gl/gl_gl_api_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698