| Index: third_party/WebKit/Source/web/PageOverlay.h
|
| diff --git a/third_party/WebKit/Source/web/PageOverlay.h b/third_party/WebKit/Source/web/PageOverlay.h
|
| index e368d0992309e393466cef2d1738ffebc16a2ae5..815552e20fdfba960f194eba7693e3c282eb0202 100644
|
| --- a/third_party/WebKit/Source/web/PageOverlay.h
|
| +++ b/third_party/WebKit/Source/web/PageOverlay.h
|
| @@ -32,6 +32,7 @@
|
| #include "platform/graphics/GraphicsLayer.h"
|
| #include "platform/graphics/GraphicsLayerClient.h"
|
| #include "platform/graphics/paint/DisplayItemClient.h"
|
| +#include "web/WebExport.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/text/WTFString.h"
|
| @@ -47,7 +48,7 @@ class WebViewImpl;
|
| //
|
| // With Slimming Paint, internal clients can extract a GraphicsContext to add
|
| // to the PaintController owned by the GraphicsLayer
|
| -class PageOverlay : public GraphicsLayerClient, public DisplayItemClient {
|
| +class WEB_EXPORT PageOverlay : public GraphicsLayerClient, public DisplayItemClient {
|
| public:
|
| class Delegate : public GarbageCollectedFinalized<Delegate> {
|
| public:
|
|
|