| Index: services/ui/public/cpp/window_surface_client.h
|
| diff --git a/services/ui/public/cpp/window_surface_client.h b/services/ui/public/cpp/window_surface_client.h
|
| index cc99c82bf30770d2121efe1853f2d48fbce4cec3..ec7a6bbd2c4089110d2c5a2cd069d196f14adad5 100644
|
| --- a/services/ui/public/cpp/window_surface_client.h
|
| +++ b/services/ui/public/cpp/window_surface_client.h
|
| @@ -6,6 +6,7 @@
|
| #define SERVICES_UI_PUBLIC_CPP_WINDOW_SURFACE_CLIENT_H_
|
|
|
| #include "mojo/public/cpp/bindings/array.h"
|
| +#include "services/ui/public/cpp/ui_export.h"
|
|
|
| namespace cc {
|
| struct ReturnedResource;
|
| @@ -15,7 +16,7 @@ namespace ui {
|
|
|
| class WindowSurface;
|
|
|
| -class WindowSurfaceClient {
|
| +class UI_EXPORT WindowSurfaceClient {
|
| public:
|
| virtual void OnResourcesReturned(
|
| WindowSurface* surface,
|
|
|