| Index: third_party/WebKit/Source/web/PageWidgetDelegate.h
|
| diff --git a/third_party/WebKit/Source/web/PageWidgetDelegate.h b/third_party/WebKit/Source/web/PageWidgetDelegate.h
|
| index 7a7505fe00444c67324bd01ad981140ffbc9c4e2..ef12d7a13e6c6ea36bf5dfef0e55151f19704390 100644
|
| --- a/third_party/WebKit/Source/web/PageWidgetDelegate.h
|
| +++ b/third_party/WebKit/Source/web/PageWidgetDelegate.h
|
| @@ -34,6 +34,7 @@
|
| #include "public/platform/WebCanvas.h"
|
| #include "public/web/WebInputEvent.h"
|
| #include "public/web/WebWidget.h"
|
| +#include "web/WebExport.h"
|
| #include "wtf/OwnPtr.h"
|
|
|
| namespace blink {
|
| @@ -47,7 +48,7 @@ class WebMouseEvent;
|
| class WebMouseWheelEvent;
|
| class WebTouchEvent;
|
|
|
| -class PageWidgetEventHandler {
|
| +class WEB_EXPORT PageWidgetEventHandler {
|
| public:
|
| virtual void handleMouseMove(LocalFrame& mainFrame, const WebMouseEvent&);
|
| virtual void handleMouseLeave(LocalFrame& mainFrame, const WebMouseEvent&);
|
|
|