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

Unified Diff: third_party/WebKit/Source/core/page/TouchDisambiguation.h

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/core/page/TouchDisambiguation.h
diff --git a/third_party/WebKit/Source/core/page/TouchDisambiguation.h b/third_party/WebKit/Source/core/page/TouchDisambiguation.h
index 5dd36a8fbc19ff49f204d3f51681806acef3c83d..ec517ab29c9658228fa9b970303b29174df0a42c 100644
--- a/third_party/WebKit/Source/core/page/TouchDisambiguation.h
+++ b/third_party/WebKit/Source/core/page/TouchDisambiguation.h
@@ -41,7 +41,7 @@ class LocalFrame;
class IntRect;
class Node;
-CORE_EXPORT void findGoodTouchTargets(const IntRect& touchBox, LocalFrame* mainFrame, Vector<IntRect>& goodTargets, WillBeHeapVector<RawPtrWillBeMember<Node>>& highlightNodes);
+CORE_EXPORT void findGoodTouchTargets(const IntRect& touchBox, LocalFrame* mainFrame, Vector<IntRect>& goodTargets, HeapVector<Member<Node>>& highlightNodes);
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/page/TouchAdjustment.cpp ('k') | third_party/WebKit/Source/core/page/TouchDisambiguation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698