Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / events / MouseRelatedEvent.h
index 1ddfecd..ee70b84 100644 (file)
@@ -49,7 +49,6 @@ namespace WebCore {
         bool isSimulated() const { return m_isSimulated; }
         virtual int pageX() const OVERRIDE FINAL;
         virtual int pageY() const OVERRIDE FINAL;
-        const LayoutPoint& pageLocation() const;
         int x() const;
         int y() const;