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

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

Issue 1780603002: blink: Rename bindings/ methods to prefix with get when they collide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clash-bindings: rebase 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/events/MouseEvent.h
diff --git a/third_party/WebKit/Source/core/events/MouseEvent.h b/third_party/WebKit/Source/core/events/MouseEvent.h
index 52c12ae42705c2790427174313721e84d5b07515..0d287c2b2515a5373242703edc77668e485e0e20 100644
--- a/third_party/WebKit/Source/core/events/MouseEvent.h
+++ b/third_party/WebKit/Source/core/events/MouseEvent.h
@@ -79,7 +79,7 @@ public:
Node* toElement() const;
Node* fromElement() const;
- virtual DataTransfer* dataTransfer() const { return nullptr; }
+ virtual DataTransfer* getDataTransfer() const { return nullptr; }
bool fromTouch() const { return m_syntheticEventType == PlatformMouseEvent::FromTouch; }
« no previous file with comments | « third_party/WebKit/Source/core/events/DragEventInit.idl ('k') | third_party/WebKit/Source/core/frame/Frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698