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

Unified Diff: cc/test/fake_painted_scrollbar_layer.h

Issue 2827163005: Remove scroll layer ids from scrollbar layers (Closed)
Patch Set: Created 3 years, 8 months 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 fe760b26cd6c0d9a21115875647b9498bb4177f3..8e99e0cb809217267d0b8273016e8419348f48bf 100644
--- a/cc/test/fake_painted_scrollbar_layer.h
+++ b/cc/test/fake_painted_scrollbar_layer.h
@@ -21,7 +21,6 @@ class FakePaintedScrollbarLayer : public PaintedScrollbarLayer {
static scoped_refptr<FakePaintedScrollbarLayer> Create(
bool paint_during_update,
bool has_thumb,
- int scrolling_layer_id,
ElementId scrolling_element_id = ElementId());
static scoped_refptr<FakePaintedScrollbarLayer> Create(
bool paint_during_update,
@@ -29,7 +28,6 @@ class FakePaintedScrollbarLayer : public PaintedScrollbarLayer {
ScrollbarOrientation orientation,
bool is_left_side_vertical_scrollbar,
bool is_overlay,
- int scrolling_layer_id,
ElementId scrolling_element_id = ElementId());
int update_count() const { return update_count_; }
void reset_update_count() { update_count_ = 0; }
@@ -58,7 +56,6 @@ class FakePaintedScrollbarLayer : public PaintedScrollbarLayer {
private:
FakePaintedScrollbarLayer(FakeScrollbar* fake_scrollbar,
- int scrolling_layer_id,
ElementId scrolling_element_id);
~FakePaintedScrollbarLayer() override;

Powered by Google App Engine
This is Rietveld 408576698