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

Unified Diff: Source/web/WebViewImpl.h

Issue 413903004: Oilpan: Change Persistent<> data members to Member<> in HitTestResult. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 45faef543ead34fb7225b906fa245d9b90bf94b4..0b89a6926d6cb5b7b9ec9eab57727fab559d4dda 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -264,6 +264,7 @@ public:
// WebViewImpl
+ blink::HitTestResult coreHitTestResultAt(const WebPoint&);
void suppressInvalidations(bool enable);
void invalidateRect(const blink::IntRect&);

Powered by Google App Engine
This is Rietveld 408576698