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

Unified Diff: cc/test/render_pass_test_utils.cc

Issue 2544893006: Revert of Reland "Fix HTML5 video blurry" (Closed)
Patch Set: Created 4 years 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 3b6bdc0f7c4bba6aa57206f21764b7b9baccc3e8..f54217d5033382e9eb3bcfc3530bd03ea22c3f78 100644
--- a/cc/test/render_pass_test_utils.cc
+++ b/cc/test/render_pass_test_utils.cc
@@ -160,8 +160,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