Chromium Code Reviews| Index: cc/test/fake_painted_scrollbar_layer.h |
| diff --git a/cc/test/fake_painted_scrollbar_layer.h b/cc/test/fake_painted_scrollbar_layer.h |
| index 9b1b13dab2cc555f2a79768670226a7ed5eb7015..da503bcd94c823c599be5d5898e8c6dfd92b24cf 100644 |
| --- a/cc/test/fake_painted_scrollbar_layer.h |
| +++ b/cc/test/fake_painted_scrollbar_layer.h |
| @@ -16,7 +16,10 @@ namespace cc { |
| class FakePaintedScrollbarLayer : public PaintedScrollbarLayer { |
| public: |
| static scoped_refptr<FakePaintedScrollbarLayer> |
| - Create(bool paint_during_update, bool has_thumb, int scrolling_layer_id); |
| + Create(bool paint_during_update, |
| + bool has_thumb, |
| + int scrolling_layer_id, |
| + FakeScrollbar* fake_scrollbar = 0); |
|
danakj
2014/02/10 19:17:28
no default values allowed in chromium. you'll need
|
| int update_count() const { return update_count_; } |
| void reset_update_count() { update_count_ = 0; } |