summaryrefslogtreecommitdiffstats
path: root/cc/layers/painted_scrollbar_layer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layers/painted_scrollbar_layer.cc')
-rw-r--r--cc/layers/painted_scrollbar_layer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/layers/painted_scrollbar_layer.cc b/cc/layers/painted_scrollbar_layer.cc
index 9060994..320ea30 100644
--- a/cc/layers/painted_scrollbar_layer.cc
+++ b/cc/layers/painted_scrollbar_layer.cc
@@ -202,7 +202,7 @@ void PaintedScrollbarLayer::UpdateThumbAndTrackGeometry() {
}
bool PaintedScrollbarLayer::Update(ResourceUpdateQueue* queue,
- const OcclusionTracker* occlusion) {
+ const OcclusionTracker<Layer>* occlusion) {
UpdateThumbAndTrackGeometry();
gfx::Rect track_layer_rect = gfx::Rect(location_, bounds());