| Index: cc/test/fake_scrollbar_layer.cc
|
| diff --git a/cc/test/fake_scrollbar_layer.cc b/cc/test/fake_scrollbar_layer.cc
|
| index 738a4156a684651adc3d494396ddd1791a2dd7aa..d8aedefab3e7b526cf851f1a9cac46f46de07208 100644
|
| --- a/cc/test/fake_scrollbar_layer.cc
|
| +++ b/cc/test/fake_scrollbar_layer.cc
|
| @@ -11,11 +11,13 @@ namespace cc {
|
|
|
| FakeScrollbarLayer::FakeScrollbarLayer(bool paint_during_update,
|
| bool has_thumb,
|
| - int scrolling_layer_id)
|
| + int scrolling_layer_id,
|
| + bool is_solid_color)
|
| : ScrollbarLayer(
|
| scoped_ptr<Scrollbar>(
|
| new FakeScrollbar(paint_during_update, has_thumb, false)).Pass(),
|
| - scrolling_layer_id),
|
| + scrolling_layer_id,
|
| + is_solid_color),
|
| update_count_(0),
|
| last_update_full_upload_size_(0),
|
| last_update_partial_upload_size_(0) {
|
|
|