summaryrefslogtreecommitdiffstats
path: root/cc/test/fake_painted_scrollbar_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/test/fake_painted_scrollbar_layer.h')
-rw-r--r--cc/test/fake_painted_scrollbar_layer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/fake_painted_scrollbar_layer.h b/cc/test/fake_painted_scrollbar_layer.h
index 05d9165..72ea250 100644
--- a/cc/test/fake_painted_scrollbar_layer.h
+++ b/cc/test/fake_painted_scrollbar_layer.h
@@ -23,7 +23,7 @@ class FakePaintedScrollbarLayer : public PaintedScrollbarLayer {
int update_count() const { return update_count_; }
void reset_update_count() { update_count_ = 0; }
- bool Update(ResourceUpdateQueue* queue) override;
+ bool Update() override;
void PushPropertiesTo(LayerImpl* layer) override;