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

Unified Diff: Source/core/loader/EmptyClients.h

Issue 765203002: Remove PlatformMouseEvent::m_modifierFlags member. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.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 | « no previous file | Source/core/page/Chrome.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/EmptyClients.h
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
index 1202e1272bf429c4428cf9ade8df3d8facf128fc..1fd52a27e0b70deed0f89048de3887f9bf5bf479 100644
--- a/Source/core/loader/EmptyClients.h
+++ b/Source/core/loader/EmptyClients.h
@@ -135,7 +135,7 @@ public:
virtual blink::WebScreenInfo screenInfo() const override { return blink::WebScreenInfo(); }
virtual void contentsSizeChanged(LocalFrame*, const IntSize&) const override { }
- virtual void mouseDidMoveOverElement(const HitTestResult&, unsigned) override { }
+ virtual void mouseDidMoveOverElement(const HitTestResult&) override { }
virtual void setToolTip(const String&, TextDirection) override { }
« no previous file with comments | « no previous file | Source/core/page/Chrome.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698