Chromium Code Reviews| Index: public/platform/WebLayerClient.h |
| diff --git a/public/platform/WebLayerClient.h b/public/platform/WebLayerClient.h |
| index 28e1d42e0ab42babb10fde421758c6c10ae62f42..52dd7c729e0734409e30399cf1a90d0f6180c054 100644 |
| --- a/public/platform/WebLayerClient.h |
| +++ b/public/platform/WebLayerClient.h |
| @@ -31,11 +31,13 @@ |
| #ifndef WebLayerClient_h |
| #define WebLayerClient_h |
| +#include "WebCommon.h" |
| + |
| namespace blink { |
| class WebGraphicsLayerDebugInfo; |
| -class WebLayerClient { |
| +class BLINK_PLATFORM_EXPORT WebLayerClient { |
| public: |
| virtual WebString debugName(WebLayer*) = 0; |