Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / ScrollbarGroup.cpp
index 766f138..dfa97a9 100644 (file)
@@ -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)