| 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 ef12d7a13e6c6ea36bf5dfef0e55151f19704390..7a7505fe00444c67324bd01ad981140ffbc9c4e2 100644
|
| --- a/third_party/WebKit/Source/web/PageWidgetDelegate.h
|
| +++ b/third_party/WebKit/Source/web/PageWidgetDelegate.h
|
| @@ -34,7 +34,6 @@
|
| #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 {
|
| @@ -48,7 +47,7 @@
|
| class WebMouseWheelEvent;
|
| class WebTouchEvent;
|
|
|
| -class WEB_EXPORT PageWidgetEventHandler {
|
| +class PageWidgetEventHandler {
|
| public:
|
| virtual void handleMouseMove(LocalFrame& mainFrame, const WebMouseEvent&);
|
| virtual void handleMouseLeave(LocalFrame& mainFrame, const WebMouseEvent&);
|
|
|