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

Unified Diff: public/web/WebDOMEvent.h

Issue 1230013003: Remove the (already disabled) OverflowChangedEvent runtime flag (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 | « Source/web/WebDOMEvent.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDOMEvent.h
diff --git a/public/web/WebDOMEvent.h b/public/web/WebDOMEvent.h
index d10bded21c92e01277b84460347901677a47246a..6d07505db263b7f09393aea31393997d0e395fa1 100644
--- a/public/web/WebDOMEvent.h
+++ b/public/web/WebDOMEvent.h
@@ -86,7 +86,6 @@ public:
BLINK_EXPORT bool isMessageEvent() const;
BLINK_EXPORT bool isWheelEvent() const;
BLINK_EXPORT bool isBeforeTextInsertedEvent() const;
- BLINK_EXPORT bool isOverflowEvent() const;
BLINK_EXPORT bool isPageTransitionEvent() const;
BLINK_EXPORT bool isPopStateEvent() const;
BLINK_EXPORT bool isProgressEvent() const;
« no previous file with comments | « Source/web/WebDOMEvent.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698