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

Unified Diff: gpu/command_buffer/service/mailbox_manager_unittest.cc

Issue 1505343003: Updating texture validation to account for sampler objects in ES3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed DCHECK that was causing bots to fail Created 5 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
Index: gpu/command_buffer/service/mailbox_manager_unittest.cc
diff --git a/gpu/command_buffer/service/mailbox_manager_unittest.cc b/gpu/command_buffer/service/mailbox_manager_unittest.cc
index e6ce5237d23b00fc41df76e6db88639d181baf75..66b6a69d4c9db73d61571d4f2e5e3c961fb06248 100644
--- a/gpu/command_buffer/service/mailbox_manager_unittest.cc
+++ b/gpu/command_buffer/service/mailbox_manager_unittest.cc
@@ -46,7 +46,7 @@ class MailboxManagerTest : public GpuServiceTest {
void TearDown() override { GpuServiceTest::TearDown(); }
Texture* CreateTexture() {
- return new Texture(1);
+ return new Texture(1, false);
}
void SetTarget(Texture* texture, GLenum target, GLuint max_level) {

Powered by Google App Engine
This is Rietveld 408576698