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

Unified Diff: sky/engine/web/WebDOMEvent.cpp

Issue 672353002: Remove overflowchanged event. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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/public/web/WebDOMEvent.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebDOMEvent.cpp
diff --git a/sky/engine/web/WebDOMEvent.cpp b/sky/engine/web/WebDOMEvent.cpp
index 11966c8aa785492614ef5d7dea0540f593550b19..363fa625649bc2c9700e386165f5a8429571dd81 100644
--- a/sky/engine/web/WebDOMEvent.cpp
+++ b/sky/engine/web/WebDOMEvent.cpp
@@ -159,12 +159,6 @@ bool WebDOMEvent::isBeforeTextInsertedEvent() const
return m_private->isBeforeTextInsertedEvent();
}
-bool WebDOMEvent::isOverflowEvent() const
-{
- ASSERT(m_private.get());
- return m_private->hasInterface(EventNames::OverflowEvent);
-}
-
bool WebDOMEvent::isPageTransitionEvent() const
{
ASSERT(m_private.get());
« no previous file with comments | « sky/engine/public/web/WebDOMEvent.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698