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

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

Issue 2029053003: Fix AW tests for Spitzer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set COPY_REQUIRED flag for WevView video frame and enabled deferred strategy for WebView 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
Index: gpu/command_buffer/service/mailbox_manager_sync.cc
diff --git a/gpu/command_buffer/service/mailbox_manager_sync.cc b/gpu/command_buffer/service/mailbox_manager_sync.cc
index 5250882e0367dffac6bfff90b9c17683aed79e20..6a2263449c42372b8792c95f32aa74319349934b 100644
--- a/gpu/command_buffer/service/mailbox_manager_sync.cc
+++ b/gpu/command_buffer/service/mailbox_manager_sync.cc
@@ -294,7 +294,7 @@ void MailboxManagerSync::UpdateDefinitionLocked(
DCHECK(!image || image_buffer.get());
if (image && !image_buffer->IsClient(image)) {
- LOG(ERROR) << "MailboxSync: Incompatible attachment";
+ // LOG(ERROR) << "MailboxSync: Incompatible attachment";
boliu 2016/06/09 15:37:15 not ok
return;
}

Powered by Google App Engine
This is Rietveld 408576698