X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fevents%2FMouseRelatedEvent.cpp;h=f9df0d8a04a4304f85b4b31357363562b35bee8f;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=4953243cae1494b9dde57d64eda0fa2a181274c7;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/events/MouseRelatedEvent.cpp b/src/third_party/WebKit/Source/core/events/MouseRelatedEvent.cpp index 4953243..f9df0d8 100644 --- a/src/third_party/WebKit/Source/core/events/MouseRelatedEvent.cpp +++ b/src/third_party/WebKit/Source/core/events/MouseRelatedEvent.cpp @@ -208,11 +208,6 @@ int MouseRelatedEvent::pageY() const return m_pageLocation.y(); } -const LayoutPoint& MouseRelatedEvent::pageLocation() const -{ - return m_pageLocation; -} - int MouseRelatedEvent::x() const { // FIXME: This is not correct.