Index: cc/layers/painted_scrollbar_layer_impl.h |
diff --git a/cc/layers/painted_scrollbar_layer_impl.h b/cc/layers/painted_scrollbar_layer_impl.h |
index d54de6b38ac846038ca24eb824de9bae7f965689..8708b748662b0a7cdeefcbffa38310c8f4c3b97d 100644 |
--- a/cc/layers/painted_scrollbar_layer_impl.h |
+++ b/cc/layers/painted_scrollbar_layer_impl.h |
@@ -68,12 +68,6 @@ class CC_EXPORT PaintedScrollbarLayerImpl : public ScrollbarLayerImplBase { |
int track_start_; |
int track_length_; |
- // Difference between the clip layer's height and the visible viewport |
- // height (which may differ in the presence of top-controls hiding). |
- float vertical_adjust_; |
- |
- int scroll_layer_id_; |
- |
DISALLOW_COPY_AND_ASSIGN(PaintedScrollbarLayerImpl); |
}; |