X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fevents%2FOverflowEvent.h;h=1f8e1a1d18dd1d9a0486fecff639955d785602db;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=fe759cf5a47704feac1cfaad17782619c84e6c72;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/events/OverflowEvent.h b/src/third_party/WebKit/Source/core/events/OverflowEvent.h index fe759cf..1f8e1a1 100644 --- a/src/third_party/WebKit/Source/core/events/OverflowEvent.h +++ b/src/third_party/WebKit/Source/core/events/OverflowEvent.h @@ -59,8 +59,6 @@ public: return adoptRef(new OverflowEvent(type, initializer)); } - void initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool verticalOverflow); - unsigned short orient() const { return m_orient; } bool horizontalOverflow() const { return m_horizontalOverflow; } bool verticalOverflow() const { return m_verticalOverflow; }