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

Unified Diff: cc/layers/solid_color_scrollbar_layer_impl.cc

Issue 23983047: Pinch/Zoom Infrastructure & Plumbing CL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Backup 2013.10.29 Created 7 years, 2 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/layers/solid_color_scrollbar_layer_impl.cc
diff --git a/cc/layers/solid_color_scrollbar_layer_impl.cc b/cc/layers/solid_color_scrollbar_layer_impl.cc
index 9f46a8080f513adc1c1f3118cdda77debed87aea..b72a828b64189888591af04acbaef9c7752c23b4 100644
--- a/cc/layers/solid_color_scrollbar_layer_impl.cc
+++ b/cc/layers/solid_color_scrollbar_layer_impl.cc
@@ -39,7 +39,9 @@ SolidColorScrollbarLayerImpl::SolidColorScrollbarLayerImpl(
: ScrollbarLayerImplBase(tree_impl, id, orientation,
is_left_side_vertical_scrollbar),
thumb_thickness_(thumb_thickness),
- color_(tree_impl->settings().solid_color_scrollbar_color) {}
+ color_(tree_impl->settings().solid_color_scrollbar_color) {
+ opacity_can_animate_ = true;
+}
void SolidColorScrollbarLayerImpl::PushPropertiesTo(LayerImpl* layer) {
ScrollbarLayerImplBase::PushPropertiesTo(layer);

Powered by Google App Engine
This is Rietveld 408576698