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

Unified Diff: third_party/WebKit/Source/core/dom/Element.h

Issue 2274253002: Added counters for pointer boundary events fired. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dtapuska's comments. Created 4 years, 4 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/dom/Element.h
diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
index ba817d44c0dc7afd96da502f0259b986f09530e4..691e608e3d1984fc3180a4d13e0334f9867e2ec5 100644
--- a/third_party/WebKit/Source/core/dom/Element.h
+++ b/third_party/WebKit/Source/core/dom/Element.h
@@ -453,7 +453,7 @@ public:
void setPointerCapture(int pointerId, ExceptionState&);
void releasePointerCapture(int pointerId, ExceptionState&);
- bool hasPointerCapture(int pointerId);
+ bool hasPointerCapture(int pointerId) const;
String textFromChildren();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | third_party/WebKit/Source/core/events/EventTarget.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698