Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / ScrollbarGroup.cpp
index 4e5a4c9..766f138 100644 (file)
  */
 
 #include "config.h"
-#include "ScrollbarGroup.h"
+#include "web/ScrollbarGroup.h"
 
-#include "WebPluginScrollbarImpl.h"
 #include "core/frame/FrameView.h"
 #include "platform/scroll/Scrollbar.h"
 #include "platform/scroll/ScrollbarTheme.h"
 #include "public/platform/WebRect.h"
+#include "web/WebPluginScrollbarImpl.h"
 
 using namespace WebCore;
 
@@ -238,11 +238,8 @@ bool ScrollbarGroup::shouldSuspendScrollAnimations() const
     return false;
 }
 
-void ScrollbarGroup::scrollbarStyleChanged(int, bool forceUpdate)
+void ScrollbarGroup::scrollbarStyleChanged()
 {
-    if (!forceUpdate)
-        return;
-
     if (m_horizontalScrollbar)
         m_horizontalScrollbar->scrollbarStyleChanged();
     if (m_verticalScrollbar)