Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: third_party/WebKit/Source/web/PageWidgetDelegate.h

Issue 1676083002: Extract webkit_unit_tests from blink_web component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Win dbg non-oilpan fix: make TextFinder non-copyable Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/PageOverlay.h ('k') | third_party/WebKit/Source/web/TextFinder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&);
« no previous file with comments | « third_party/WebKit/Source/web/PageOverlay.h ('k') | third_party/WebKit/Source/web/TextFinder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698