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

Unified Diff: gpu/command_buffer/client/client_test_helper.h

Issue 962723002: Change CHROMIUM_image declarations to support multi planar input. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reveman@ comments and const-corrected function signatures. Created 5 years, 10 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/client/client_test_helper.h
diff --git a/gpu/command_buffer/client/client_test_helper.h b/gpu/command_buffer/client/client_test_helper.h
index 46e343d2a5102f8141be8a0d8bb9a6bfcbd6bddc..018090f1859444ea25d3efd117a1f177bd16c69d 100644
--- a/gpu/command_buffer/client/client_test_helper.h
+++ b/gpu/command_buffer/client/client_test_helper.h
@@ -93,7 +93,7 @@ class MockClientGpuControl : public GpuControl {
MOCK_METHOD0(GetCapabilities, Capabilities());
MOCK_METHOD4(CreateImage,
- int32(ClientBuffer buffer,
+ int32(const ClientBuffer* const buffers,
size_t width,
size_t height,
unsigned internalformat));

Powered by Google App Engine
This is Rietveld 408576698