| Index: webkit/glue/gl_bindings_skia_cmd_buffer.h
|
| diff --git a/webkit/glue/gl_bindings_skia_cmd_buffer.h b/webkit/glue/gl_bindings_skia_cmd_buffer.h
|
| index d7cfc472a0fd11b126ecef0ad4a810d0b85c6f01..a9ec8af0b4307dda1fe4c5d31c3600eaca2d7fda 100644
|
| --- a/webkit/glue/gl_bindings_skia_cmd_buffer.h
|
| +++ b/webkit/glue/gl_bindings_skia_cmd_buffer.h
|
| @@ -6,13 +6,15 @@
|
| #define WEBKIT_GLUE_GL_BINDINGS_SKIA_CMD_BUFFER_H_
|
| #pragma once
|
|
|
| +#include "webkit/glue/webkit_glue_export.h"
|
| +
|
| struct GrGLInterface;
|
|
|
| namespace webkit_glue {
|
|
|
| // The GPU back-end for skia requires pointers to GL functions. This function
|
| // returns a binding for skia-gpu to the cmd buffers GL.
|
| -GrGLInterface* CreateCommandBufferSkiaGLBinding();
|
| +WEBKIT_GLUE_EXPORT GrGLInterface* CreateCommandBufferSkiaGLBinding();
|
|
|
| } // namespace webkit_glue
|
|
|
|
|