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

Unified Diff: cc/layer_tree_settings.h

Issue 12297009: cc: SolidColorQuad-based scrollbars for Android [M25] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up Created 7 years, 10 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
« no previous file with comments | « no previous file | cc/layer_tree_settings.cc » ('j') | cc/layer_tree_settings.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_settings.h
diff --git a/cc/layer_tree_settings.h b/cc/layer_tree_settings.h
index 69100bf40f109da3ec3180c5db190e44615a06cb..a145355009645d482ba336c2f9e41d0979b76771 100644
--- a/cc/layer_tree_settings.h
+++ b/cc/layer_tree_settings.h
@@ -5,6 +5,8 @@
#ifndef CC_LAYER_TREE_SETTINGS_H_
#define CC_LAYER_TREE_SETTINGS_H_
+#include "SkColor.h"
jamesr 2013/02/18 04:51:47 use full path "third_party/skia/include/..." and s
+
#include "base/basictypes.h"
#include "cc/cc_export.h"
#include "cc/layer_tree_debug_state.h"
@@ -32,6 +34,9 @@ class CC_EXPORT LayerTreeSettings {
bool canUseLCDText;
bool shouldClearRootRenderPass;
bool useLinearFadeScrollbarAnimator;
+ bool solidColorScrollbars;
+ SkColor solidColorScrollbarColor;
+ int solidColorScrollbarMargin;
bool calculateTopControlsPosition;
bool useCheapnessEstimator;
bool useMemoryManagement;
« no previous file with comments | « no previous file | cc/layer_tree_settings.cc » ('j') | cc/layer_tree_settings.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698