| Index: ui/gl/gl_surface_overlay.h
|
| diff --git a/ui/gl/gl_surface_overlay.h b/ui/gl/gl_surface_overlay.h
|
| index e348155483e2e60c4f7c31bdf66eb8ae57440ae0..eaba4b67ee1da46d64dacc226e12679cdd21ff8a 100644
|
| --- a/ui/gl/gl_surface_overlay.h
|
| +++ b/ui/gl/gl_surface_overlay.h
|
| @@ -11,12 +11,13 @@
|
| #include "ui/gfx/geometry/rect_f.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/gfx/overlay_transform.h"
|
| +#include "ui/gl/gl_export.h"
|
| #include "ui/gl/gl_image.h"
|
|
|
| namespace gl {
|
|
|
| // For saving the properties of a GLImage overlay plane and scheduling it later.
|
| -class GLSurfaceOverlay {
|
| +class GL_EXPORT GLSurfaceOverlay {
|
| public:
|
| GLSurfaceOverlay(int z_order,
|
| gfx::OverlayTransform transform,
|
|
|