diff options
Diffstat (limited to 'chromium/cc/layers/painted_scrollbar_layer.h')
-rw-r--r-- | chromium/cc/layers/painted_scrollbar_layer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/cc/layers/painted_scrollbar_layer.h b/chromium/cc/layers/painted_scrollbar_layer.h index 191c37d8e5a..930c614071e 100644 --- a/chromium/cc/layers/painted_scrollbar_layer.h +++ b/chromium/cc/layers/painted_scrollbar_layer.h @@ -86,6 +86,7 @@ class CC_EXPORT PaintedScrollbarLayer : public ScrollbarLayerBase { gfx::Rect forward_button_rect_; float painted_opacity_; bool has_thumb_; + bool jump_on_track_click_; const bool supports_drag_snap_back_; const bool is_overlay_; |