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

Unified Diff: cc/layers/layer_impl.h

Issue 608223002: [Android]Increase Scrollbar fade delay on Resize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index 65143ab514c386de3cc217c8f73cbd467dfab298..355e154c83e2e6694d893fbd88a1e39287652914 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -631,6 +631,7 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
bool draws_content_ : 1;
bool hide_layer_and_subtree_ : 1;
bool force_render_surface_ : 1;
+ bool delay_scrollbar_animation_ : 1;
aelias_OOO_until_Jul13 2014/09/29 19:33:46 Please avoid adding a member variable for transien
MuVen 2014/09/30 12:50:26 Done.
// Cache transform_'s invertibility.
bool transform_is_invertible_ : 1;

Powered by Google App Engine
This is Rietveld 408576698