Rename ScrollbarLayer\* to PaintedScrollbarLayer\*
commit3a83478b512978046269739d5c2e2ef47e747ebe
authorwjmaclean@chromium.org <wjmaclean@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 22 Aug 2013 20:55:17 +0000 (22 20:55 +0000)
committerwjmaclean@chromium.org <wjmaclean@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 22 Aug 2013 20:55:17 +0000 (22 20:55 +0000)
tree37675287c83e5ec4ef8d83a5dd5d1aaa64cd72a3
parent25b37931d3fcd438afb09eaa6285aa584f46acd5
Rename ScrollbarLayer\* to PaintedScrollbarLayer\*

In preparation for splitting the ScrollbarLayer class, rename it to
PaintedScrollbarLayer. A new layer type, SolidColorScrollbarLayer will
be created, and both classes will derive from ScrollbarLayerInterface.

Similarly, ScrollbarLayerImpl is renamed PaintedScrollbarLayerImpl, a
new class SolidColorScrollbarLayerImpl is created, both deriving from a shared
base class ScrollbarLayerImplBase.

FakeScrollbarLayer is renamed to FakePaintedScrollbarLayer.

BUG=

Review URL: https://chromiumcodereview.appspot.com/23068016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219098 0039d316-1c4b-4281-b951-d872f2087c98
24 files changed:
cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc
cc/cc.gyp
cc/cc_tests.gyp
cc/layers/layer.cc
cc/layers/layer.h
cc/layers/layer_impl.cc
cc/layers/layer_impl.h
cc/layers/painted_scrollbar_layer.cc [moved from cc/layers/scrollbar_layer.cc with 79% similarity]
cc/layers/painted_scrollbar_layer.h [moved from cc/layers/scrollbar_layer.h with 81% similarity]
cc/layers/painted_scrollbar_layer_impl.cc [moved from cc/layers/scrollbar_layer_impl.cc with 83% similarity]
cc/layers/painted_scrollbar_layer_impl.h [moved from cc/layers/scrollbar_layer_impl.h with 79% similarity]
cc/layers/scrollbar_layer_unittest.cc
cc/test/fake_painted_scrollbar_layer.cc [new file with mode: 0644]
cc/test/fake_painted_scrollbar_layer.h [moved from cc/test/fake_scrollbar_layer.h with 57% similarity]
cc/test/fake_scrollbar_layer.cc [deleted file]
cc/trees/layer_tree_host.cc
cc/trees/layer_tree_host_impl.cc
cc/trees/layer_tree_host_impl_unittest.cc
cc/trees/layer_tree_host_unittest.cc
cc/trees/layer_tree_host_unittest_context.cc
cc/trees/layer_tree_host_unittest_damage.cc
cc/trees/layer_tree_impl.cc
cc/trees/tree_synchronizer.cc
webkit/renderer/compositor_bindings/web_scrollbar_layer_impl.cc