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

Unified Diff: cc/layers/scrollbar_layer_unittest.cc

Issue 24182003: Take 2 at removing thumb thickness compositor setting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove spurious change Created 7 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
« no previous file with comments | « no previous file | cc/layers/solid_color_scrollbar_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/scrollbar_layer_unittest.cc
diff --git a/cc/layers/scrollbar_layer_unittest.cc b/cc/layers/scrollbar_layer_unittest.cc
index 1e9442d55514d7f1e2f91006dd122bfe39179660..e62a032d6a3ce53acf5757dfa976ad7dc4200f43 100644
--- a/cc/layers/scrollbar_layer_unittest.cc
+++ b/cc/layers/scrollbar_layer_unittest.cc
@@ -266,7 +266,6 @@ TEST(ScrollbarLayerTest, SolidColorDrawQuads) {
const int kTrackLength = 100;
LayerTreeSettings layer_tree_settings;
- layer_tree_settings.solid_color_scrollbar_thickness_dip = kThumbThickness;
scoped_ptr<FakeLayerTreeHost> host =
FakeLayerTreeHost::Create(layer_tree_settings);
@@ -329,7 +328,6 @@ TEST(ScrollbarLayerTest, LayerDrivenSolidColorDrawQuads) {
const int kTrackLength = 10;
LayerTreeSettings layer_tree_settings;
- layer_tree_settings.solid_color_scrollbar_thickness_dip = 3;
scoped_ptr<FakeLayerTreeHost> host =
FakeLayerTreeHost::Create(layer_tree_settings);
« no previous file with comments | « no previous file | cc/layers/solid_color_scrollbar_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698