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

Unified Diff: cc/layer_tree_host_unittest_context.cc

Issue 12517003: cc: Chromify the Animation and LayerAnimationController classes (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/layer_tree_host_unittest_animation.cc ('k') | cc/layer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_host_unittest_context.cc
diff --git a/cc/layer_tree_host_unittest_context.cc b/cc/layer_tree_host_unittest_context.cc
index a9ccc63e852854ab59fb28dbd71d81c2dfbbb211..14ab76a0e16dc2e9a1a3ddeb67692943f2996e3a 100644
--- a/cc/layer_tree_host_unittest_context.cc
+++ b/cc/layer_tree_host_unittest_context.cc
@@ -962,9 +962,9 @@ class LayerTreeHostContextTestDontUseLostResources :
scoped_refptr<ScrollbarLayer> scrollbar_ = ScrollbarLayer::Create(
FakeWebScrollbar::Create().PassAs<WebKit::WebScrollbar>(),
FakeScrollbarThemePainter::Create(paint_scrollbar)
- .PassAs<ScrollbarThemePainter>(),
+ .PassAs<ScrollbarThemePainter>(),
FakeWebScrollbarThemeGeometry::create(has_thumb)
- .PassAs<WebKit::WebScrollbarThemeGeometry>(),
+ .PassAs<WebKit::WebScrollbarThemeGeometry>(),
content_->id());
scrollbar_->setBounds(gfx::Size(10, 10));
scrollbar_->setAnchorPoint(gfx::PointF());
« no previous file with comments | « cc/layer_tree_host_unittest_animation.cc ('k') | cc/layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698