| Index: public/platform/WebLayerScrollClient.h
|
| diff --git a/public/platform/WebLayerScrollClient.h b/public/platform/WebLayerScrollClient.h
|
| index 778ceadda5e2436e4fe8776be9fb1f1bbb62fa3b..aff025afcbe9a022017b0fb76ddd5319bbc80801 100644
|
| --- a/public/platform/WebLayerScrollClient.h
|
| +++ b/public/platform/WebLayerScrollClient.h
|
| @@ -25,10 +25,12 @@
|
| #ifndef WebLayerScrollClient_h
|
| #define WebLayerScrollClient_h
|
|
|
| +#include "WebCommon.h"
|
| +
|
| namespace blink {
|
|
|
| // A client that is notified of scrolling on a WebLayer.
|
| -class WebLayerScrollClient {
|
| +class BLINK_PLATFORM_EXPORT WebLayerScrollClient {
|
| public:
|
| virtual void didScroll() = 0;
|
| protected:
|
|
|