| Index: cc/test/fake_scrollbar_layer.cc
|
| diff --git a/cc/test/fake_scrollbar_layer.cc b/cc/test/fake_scrollbar_layer.cc
|
| index a75edd25ccdb23cd89944db425a3a5607029af94..9e47dcd1157cf32e607f760fba897c0d31a942ea 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) {
|
|
|