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

Unified Diff: Source/WebKit/chromium/tests/DrawingBufferTest.cpp

Issue 17859003: Allow DrawingBuffer to present to a bitmap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 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 | « no previous file | Source/WebKit/chromium/tests/FakeWebGraphicsContext3D.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/tests/DrawingBufferTest.cpp
diff --git a/Source/WebKit/chromium/tests/DrawingBufferTest.cpp b/Source/WebKit/chromium/tests/DrawingBufferTest.cpp
index 554e265826a7abe182f36c912c8cb25ea6e7820e..4ec027c6f51e1e04c242b1d0d65b2db79d30331f 100644
--- a/Source/WebKit/chromium/tests/DrawingBufferTest.cpp
+++ b/Source/WebKit/chromium/tests/DrawingBufferTest.cpp
@@ -95,7 +95,7 @@ TEST_F(DrawingBufferTest, verifyNoNewBuffersAfterContextLostWithMailboxes)
m_drawingBuffer->releaseResources();
WebKit::WebExternalTextureMailbox mailbox;
- EXPECT_FALSE(m_drawingBuffer->prepareMailbox(&mailbox));
+ EXPECT_FALSE(m_drawingBuffer->prepareMailbox(&mailbox, 0));
}
} // namespace
« no previous file with comments | « no previous file | Source/WebKit/chromium/tests/FakeWebGraphicsContext3D.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698