2008-12-08  David Hyatt  <hyatt@apple.com>

        Make scrollbar creation virtual on ScrollView so that FrameView can have the capability to create
        custom CSS scrollbars.

        Reviewed by Eric Seidel

        * page/FrameView.cpp:
        (WebCore::FrameView::createScrollbar):
        * page/FrameView.h:
        * platform/ScrollView.cpp:
        (WebCore::ScrollView::setHasHorizontalScrollbar):
        (WebCore::ScrollView::setHasVerticalScrollbar):
        (WebCore::ScrollView::createScrollbar):
        * platform/ScrollView.h:



git-svn-id: http://svn.webkit.org/repository/webkit/trunk@39103 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 6b6f624..9f577ed6 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,19 @@
+2008-12-08  David Hyatt  <hyatt@apple.com>
+
+        Make scrollbar creation virtual on ScrollView so that FrameView can have the capability to create
+        custom CSS scrollbars.
+
+        Reviewed by Eric Seidel
+
+        * page/FrameView.cpp:
+        (WebCore::FrameView::createScrollbar):
+        * page/FrameView.h:
+        * platform/ScrollView.cpp:
+        (WebCore::ScrollView::setHasHorizontalScrollbar):
+        (WebCore::ScrollView::setHasVerticalScrollbar):
+        (WebCore::ScrollView::createScrollbar):
+        * platform/ScrollView.h:
+
 2008-12-08  Dan Bernstein  <mitz@apple.com>
 
         Reviewed by John Sullivan.