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

Unified Diff: cc/trees/layer_tree_host_unittest_context.cc

Issue 12927003: cc: Chromify FakeWebScrollbarThemeGeometry (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « cc/test/fake_web_scrollbar_theme_geometry.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_unittest_context.cc
diff --git a/cc/trees/layer_tree_host_unittest_context.cc b/cc/trees/layer_tree_host_unittest_context.cc
index b8f762be83d843584bffc2a3cee476aa4d3b9c1c..d6410da3d191771cc4e54257957a45beb95baae7 100644
--- a/cc/trees/layer_tree_host_unittest_context.cc
+++ b/cc/trees/layer_tree_host_unittest_context.cc
@@ -973,7 +973,7 @@ class LayerTreeHostContextTestDontUseLostResources :
FakeWebScrollbar::Create().PassAs<WebKit::WebScrollbar>(),
FakeScrollbarThemePainter::Create(paint_scrollbar)
.PassAs<ScrollbarThemePainter>(),
- FakeWebScrollbarThemeGeometry::create(has_thumb)
+ FakeWebScrollbarThemeGeometry::Create(has_thumb)
.PassAs<WebKit::WebScrollbarThemeGeometry>(),
content_->id());
scrollbar_->SetBounds(gfx::Size(10, 10));
« no previous file with comments | « cc/test/fake_web_scrollbar_theme_geometry.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698