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

Unified Diff: cc/layers/texture_layer_impl_unittest.cc

Issue 2087673002: Remove CreateGpuMemoryBufferFromClientId and plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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/ipc/transferable_resource_struct_traits.h ('k') | cc/output/gl_renderer_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 4665691931f9ebebcd7f9ef66e7f74a042b0171b..ee87c3166e1b1cb336c5cecfa17191b2643fdd84 100644
--- a/cc/layers/texture_layer_impl_unittest.cc
+++ b/cc/layers/texture_layer_impl_unittest.cc
@@ -117,7 +117,7 @@ TEST(TextureLayerImplTest, OutputIsSecure) {
mailbox,
gpu::SyncToken(gpu::CommandBufferNamespace::GPU_IO, 0x123,
gpu::CommandBufferId::FromUnsafeValue(0x234), 0x456),
- GL_TEXTURE_2D, layer_size, gfx::GpuMemoryBufferId(), false, true);
+ GL_TEXTURE_2D, layer_size, false, true);
TextureLayerImpl* texture_layer_impl =
impl.AddChildToRoot<TextureLayerImpl>();
« no previous file with comments | « cc/ipc/transferable_resource_struct_traits.h ('k') | cc/output/gl_renderer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698