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

Unified Diff: third_party/WebKit/Source/core/events/PointerEventFactory.h

Issue 1906213004: Simplify PointerEventFactory::getPointerIdsOfType() return type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/events/PointerEventFactory.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/events/PointerEventFactory.h
diff --git a/third_party/WebKit/Source/core/events/PointerEventFactory.h b/third_party/WebKit/Source/core/events/PointerEventFactory.h
index 70d3afe8ad0b87a9f3289a53cf44af8f9415aa32..aa155ce53c2994b99ee36f3fb9dc444e0ea75ddf 100644
--- a/third_party/WebKit/Source/core/events/PointerEventFactory.h
+++ b/third_party/WebKit/Source/core/events/PointerEventFactory.h
@@ -62,7 +62,7 @@ public:
bool remove(const int);
// Returns all ids of the given pointerType.
- HeapVector<int> getPointerIdsOfType(WebPointerProperties::PointerType);
+ Vector<int> getPointerIdsOfType(WebPointerProperties::PointerType);
// Returns whether a pointer id exists and active
bool isActive(const int);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/events/PointerEventFactory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698