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

Unified Diff: Source/web/WebViewImpl.h

Issue 326393003: Oilpan: Change Persistent<> data members to Member<> in HitTestResult. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Follow review comments Created 6 years, 6 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: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 66ec1029bba981baf92ced263105eaa17f6f26db..6a4c29969fb1b89e06f70ae9f25b51454018c8bf 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -261,6 +261,7 @@ public:
// WebViewImpl
+ WebCore::HitTestResult coreHitTestResultAt(const WebPoint&);
void suppressInvalidations(bool enable);
void invalidateRect(const WebCore::IntRect&);

Powered by Google App Engine
This is Rietveld 408576698