summaryrefslogtreecommitdiffstats
path: root/cc/layers/layer_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layers/layer_impl.h')
-rw-r--r--cc/layers/layer_impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index 484de95..ba0ff7b 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -452,8 +452,6 @@ class CC_EXPORT LayerImpl : LayerAnimationValueObserver {
return scrollbar_animation_controller_.get();
}
- void SetScrollbarOpacity(float opacity);
-
void SetHorizontalScrollbarLayer(ScrollbarLayerImplBase* scrollbar_layer);
ScrollbarLayerImplBase* horizontal_scrollbar_layer() {
return horizontal_scrollbar_layer_;