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

Unified Diff: cc/layer_tree_host_unittest_context.cc

Issue 12041012: cc: Chromium-stylify the DelegatedRendererLayer classes and tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/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 e19b9d9596e1f0b095767f522c5fb44ca804af49..20991b20a59caeb0277068cf193fd131af3c49cc 100644
--- a/cc/layer_tree_host_unittest_context.cc
+++ b/cc/layer_tree_host_unittest_context.cc
@@ -583,7 +583,7 @@ class LayerTreeHostContextTestDontUseLostResources :
root_->setIsDrawable(true);
scoped_refptr<DelegatedRendererLayer> delegated_ =
- DelegatedRendererLayer::create();
+ DelegatedRendererLayer::Create();
delegated_->setBounds(gfx::Size(10, 10));
delegated_->setAnchorPoint(gfx::PointF());
delegated_->setIsDrawable(true);
@@ -704,7 +704,7 @@ class LayerTreeHostContextTestDontUseLostResources :
DelegatedRendererLayerImpl* delegated_impl =
static_cast<DelegatedRendererLayerImpl*>(
host_impl->rootLayer()->children()[0]);
- delegated_impl->setRenderPasses(pass_list);
+ delegated_impl->SetRenderPasses(pass_list);
EXPECT_TRUE(pass_list.empty());
color_video_frame_ = VideoFrame::CreateColorFrame(

Powered by Google App Engine
This is Rietveld 408576698