Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(353)

Unified Diff: cc/test/fake_painted_scrollbar_layer.h

Issue 23983047: Pinch/Zoom Infrastructure & Plumbing CL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Draft for review. Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..736a45097a03805ce65fc8f6aa05cdc620052b72 100644
--- a/cc/test/fake_painted_scrollbar_layer.h
+++ b/cc/test/fake_painted_scrollbar_layer.h
@@ -16,7 +16,7 @@ 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, Layer* scrolling_layer);
int update_count() const { return update_count_; }
void reset_update_count() { update_count_ = 0; }
@@ -44,7 +44,7 @@ class FakePaintedScrollbarLayer : public PaintedScrollbarLayer {
private:
FakePaintedScrollbarLayer(FakeScrollbar* fake_scrollbar,
- int scrolling_layer_id);
+ Layer* scrolling_layer);
virtual ~FakePaintedScrollbarLayer();
int update_count_;

Powered by Google App Engine
This is Rietveld 408576698