Index: gpu/command_buffer/client/gles2_implementation_impl_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_implementation_impl_autogen.h b/gpu/command_buffer/client/gles2_implementation_impl_autogen.h |
index 8586fe36d4cdafc3de4c62424c2ce625e5c31e45..6f776ffbc4db193e7c2c2e4b9c5e44716f2a8b5f 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_impl_autogen.h |
+++ b/gpu/command_buffer/client/gles2_implementation_impl_autogen.h |
@@ -3441,6 +3441,14 @@ void GLES2Implementation::ScheduleOverlayPlaneCHROMIUM( |
CheckGLError(); |
} |
+void GLES2Implementation::FlushDriverCachesCHROMIUM() { |
+ GPU_CLIENT_SINGLE_THREAD_CHECK(); |
+ GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glFlushDriverCachesCHROMIUM(" |
+ << ")"); |
+ helper_->FlushDriverCachesCHROMIUM(); |
+ CheckGLError(); |
+} |
+ |
void GLES2Implementation::MatrixLoadfCHROMIUM(GLenum matrixMode, |
const GLfloat* m) { |
GPU_CLIENT_SINGLE_THREAD_CHECK(); |