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

Unified Diff: sky/engine/web/WebHitTestResult.cpp

Issue 723253004: Remove tons of OILPAN. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/platform/heap/Handle.h ('k') | sky/engine/wtf/Deque.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebHitTestResult.cpp
diff --git a/sky/engine/web/WebHitTestResult.cpp b/sky/engine/web/WebHitTestResult.cpp
index 07795331e7dadc39ce5d485e85aef0d452d29f68..a9e1e28644005c64175293c0e52c81b7cc99b4ef 100644
--- a/sky/engine/web/WebHitTestResult.cpp
+++ b/sky/engine/web/WebHitTestResult.cpp
@@ -43,7 +43,6 @@ class WebHitTestResultPrivate : public RefCounted<WebHitTestResultPrivate> {
public:
static PassRefPtr<WebHitTestResultPrivate> create(const HitTestResult&);
static PassRefPtr<WebHitTestResultPrivate> create(const WebHitTestResultPrivate&);
- void trace(Visitor* visitor) { visitor->trace(m_result); }
const HitTestResult& result() const { return m_result; }
private:
« no previous file with comments | « sky/engine/platform/heap/Handle.h ('k') | sky/engine/wtf/Deque.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698