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

Unified Diff: cc/layers/texture_layer_impl_unittest.cc

Issue 227413011: Remove old texture path in TextureLayer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 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/layers/texture_layer_impl.cc ('k') | cc/layers/texture_layer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/texture_layer_impl_unittest.cc
diff --git a/cc/layers/texture_layer_impl_unittest.cc b/cc/layers/texture_layer_impl_unittest.cc
index 2d5fe62e416661498f10d0e40a08f7ab20dbfbc8..dc0bf22ffc7361ef46cd39c4811939ce71cf9612 100644
--- a/cc/layers/texture_layer_impl_unittest.cc
+++ b/cc/layers/texture_layer_impl_unittest.cc
@@ -25,9 +25,8 @@ TEST(TextureLayerImplTest, Occlusion) {
mailbox.name);
TextureMailbox texture_mailbox(mailbox, GL_TEXTURE_2D, 0);
- bool uses_mailbox = true;
TextureLayerImpl* texture_layer_impl =
- impl.AddChildToRoot<TextureLayerImpl>(uses_mailbox);
+ impl.AddChildToRoot<TextureLayerImpl>();
texture_layer_impl->SetAnchorPoint(gfx::PointF());
texture_layer_impl->SetBounds(layer_size);
texture_layer_impl->SetContentBounds(layer_size);
« no previous file with comments | « cc/layers/texture_layer_impl.cc ('k') | cc/layers/texture_layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698