| Index: public/platform/WebContentLayerClient.h
|
| diff --git a/public/platform/WebContentLayerClient.h b/public/platform/WebContentLayerClient.h
|
| index 2526e8fb42dff2a94fef0fccb682e593de3ce5b7..80efd0b1765408c67f3a060ca4d5fca7da3185b8 100644
|
| --- a/public/platform/WebContentLayerClient.h
|
| +++ b/public/platform/WebContentLayerClient.h
|
| @@ -27,12 +27,13 @@
|
| #define WebContentLayerClient_h
|
|
|
| #include "WebCanvas.h"
|
| +#include "WebCommon.h"
|
|
|
| namespace blink {
|
| struct WebRect;
|
| struct WebFloatRect;
|
|
|
| -class WebContentLayerClient {
|
| +class BLINK_PLATFORM_EXPORT WebContentLayerClient {
|
| public:
|
| // Paints the content area for the layer, typically dirty rects submitted
|
| // through WebContentLayer::setNeedsDisplay, submitting drawing commands
|
|
|