X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fweb%2FScrollbarGroup.cpp;h=dfa97a97b5bac6a96412d069575fe34bdcc7c62e;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=766f138298e65e3e2529886dbbcd8e370dbade69;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/web/ScrollbarGroup.cpp b/src/third_party/WebKit/Source/web/ScrollbarGroup.cpp index 766f138..dfa97a9 100644 --- a/src/third_party/WebKit/Source/web/ScrollbarGroup.cpp +++ b/src/third_party/WebKit/Source/web/ScrollbarGroup.cpp @@ -32,8 +32,6 @@ #include "public/platform/WebRect.h" #include "web/WebPluginScrollbarImpl.h" -using namespace WebCore; - namespace blink { ScrollbarGroup::ScrollbarGroup(FrameView* frameView, const IntRect& frameRect) @@ -91,7 +89,7 @@ void ScrollbarGroup::setLastMousePosition(const IntPoint& point) m_lastMousePosition = point; } -int ScrollbarGroup::scrollSize(WebCore::ScrollbarOrientation orientation) const +int ScrollbarGroup::scrollSize(ScrollbarOrientation orientation) const { WebPluginScrollbarImpl* webScrollbar = orientation == HorizontalScrollbar ? m_horizontalScrollbar : m_verticalScrollbar; if (!webScrollbar)