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

Unified Diff: Source/core/dom/WheelEvent.h

Issue 13844022: Remove code to support Objective-C bindings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: Source/core/dom/WheelEvent.h
diff --git a/Source/core/dom/WheelEvent.h b/Source/core/dom/WheelEvent.h
index 9a48f61e310ca12059faafaf2f15d38c5e15f3a5..ba17ab4ad2432fd22dcc01ebb32b281692cc6be6 100644
--- a/Source/core/dom/WheelEvent.h
+++ b/Source/core/dom/WheelEvent.h
@@ -85,8 +85,6 @@ public:
unsigned deltaMode() const { return m_deltaMode; }
bool webkitDirectionInvertedFromDevice() const { return m_directionInvertedFromDevice; }
- // Needed for Objective-C legacy support
- bool isHorizontal() const { return m_wheelDelta.x(); }
virtual const AtomicString& interfaceName() const;
virtual bool isMouseEvent() const;

Powered by Google App Engine
This is Rietveld 408576698