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

Unified Diff: sky/engine/core/page/Chrome.cpp

Issue 873963003: Remove more mouse-specific code (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Build fixes Created 5 years, 11 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 | « sky/engine/core/page/Chrome.h ('k') | sky/engine/core/page/ChromeClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/page/Chrome.cpp
diff --git a/sky/engine/core/page/Chrome.cpp b/sky/engine/core/page/Chrome.cpp
index 573533d0d3ba5e06ea9754ae80f90e135ab42819..4d51cdb7b81d8125c462ba1d4b02a2ceead1395f 100644
--- a/sky/engine/core/page/Chrome.cpp
+++ b/sky/engine/core/page/Chrome.cpp
@@ -101,11 +101,6 @@ void Chrome::show(NavigationPolicy policy) const
m_client->show(policy);
}
-void Chrome::mouseDidMoveOverElement(const HitTestResult& result, unsigned modifierFlags)
-{
- m_client->mouseDidMoveOverElement(result, modifierFlags);
-}
-
void Chrome::setCursor(const Cursor& cursor)
{
m_client->setCursor(cursor);
« no previous file with comments | « sky/engine/core/page/Chrome.h ('k') | sky/engine/core/page/ChromeClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698