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

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

Issue 2379203002: implement getBufferSubDataAsync prototype (Closed)
Patch Set: hide getBufferSubDataAsync behind ExperimentalCanvasFeatures Created 4 years, 2 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/gles2_interface_stub_impl_autogen.h
diff --git a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
index ac6ad38732406caa9736898e49b06acfbee90d0a..88494d232b9fc559e40e139a4a242587b3a9eb1f 100644
--- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
+++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
@@ -1133,6 +1133,11 @@ void GLES2InterfaceStub::ProgramPathFragmentInputGenCHROMIUM(
GLenum /* genMode */,
GLint /* components */,
const GLfloat* /* coeffs */) {}
+void* GLES2InterfaceStub::GetBufferSubDataAsyncCHROMIUM(GLenum /* target */,
+ GLintptr /* offset */,
+ GLsizeiptr /* size */) {
+ return 0;
+}
void GLES2InterfaceStub::CoverageModulationCHROMIUM(GLenum /* components */) {}
GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() {
return 0;

Powered by Google App Engine
This is Rietveld 408576698