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

Unified Diff: cc/test/render_pass_test_utils.cc

Issue 2463103002: Revert of Fix HTML5 video blurry (Closed)
Patch Set: Created 4 years, 1 month 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/data/yuv_stripes_rgba.png ('k') | cc/test/test_in_process_context_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/render_pass_test_utils.cc
diff --git a/cc/test/render_pass_test_utils.cc b/cc/test/render_pass_test_utils.cc
index bf0c5bd2eca907878179a373cebf32776d0276a9..a8630094d898e20249a5ecc4d07cd2ccb87dbebc 100644
--- a/cc/test/render_pass_test_utils.cc
+++ b/cc/test/render_pass_test_utils.cc
@@ -184,8 +184,7 @@
memcpy(gpu_mailbox.name, "Hello world", strlen("Hello world") + 1);
std::unique_ptr<SingleReleaseCallbackImpl> callback =
SingleReleaseCallbackImpl::Create(base::Bind(&EmptyReleaseCallback));
- TextureMailbox mailbox(gpu_mailbox, kSyncTokenForMailboxTextureQuad, target,
- rect.size(), false, false);
+ TextureMailbox mailbox(gpu_mailbox, kSyncTokenForMailboxTextureQuad, target);
ResourceId resource8 = resource_provider->CreateResourceFromTextureMailbox(
mailbox, std::move(callback));
resource_provider->AllocateForTesting(resource8);
« no previous file with comments | « cc/test/data/yuv_stripes_rgba.png ('k') | cc/test/test_in_process_context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698