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

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

Issue 1676083002: Extract webkit_unit_tests from blink_web component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move the word public, for consistency 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
Index: third_party/WebKit/Source/web/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index adab552e373778b42e54881fde347754a6ac81c7..7d46bce99ce04217f71af4d209fe3f01ea5192a8 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -61,6 +61,8 @@
#include "web/PageWidgetDelegate.h"
#include "web/SpellCheckerClientImpl.h"
#include "web/StorageClientImpl.h"
+#include "web/WebExport.h"
+#include "wtf/Compiler.h"
#include "wtf/HashSet.h"
#include "wtf/OwnPtr.h"
#include "wtf/RefCounted.h"
@@ -93,9 +95,9 @@ class WebSelection;
class WebSettingsImpl;
class WebViewScheduler;
-class WebViewImpl final : public WebView
+class WEB_EXPORT WebViewImpl final : WTF_NON_EXPORTED_BASE(public WebView)
, public RefCounted<WebViewImpl>
- , public WebGestureCurveTarget
+ , WTF_NON_EXPORTED_BASE(public WebGestureCurveTarget)
, public PageWidgetEventHandler {
public:
static WebViewImpl* create(WebViewClient*);

Powered by Google App Engine
This is Rietveld 408576698