summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
diff options
context:
space:
mode:
authordanakj <danakj@chromium.org>2016-03-16 19:41:24 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-17 02:42:54 +0000
commit97aa5e3544f15ec76416eae93a149dc250c4a647 (patch)
treebfa437d751346d573bdd5458c7f5921fb6a56680 /gpu/command_buffer/client/gles2_trace_implementation_autogen.h
parent66d29099edf0173af60245daa273b0a954d4aa11 (diff)
downloadchromium_src-97aa5e3544f15ec76416eae93a149dc250c4a647.zip
chromium_src-97aa5e3544f15ec76416eae93a149dc250c4a647.tar.gz
chromium_src-97aa5e3544f15ec76416eae93a149dc250c4a647.tar.bz2
Move flush id from WebGraphicsContext3DImpl to GLES2Implementation.
This means calls to any flush or finish methods on GLES2Implementation will update the flush id, and calls to either WebGraphicsContext3D::lastFlushID() or to GLES2Interface::GetLastFlushIdCHROMIUM() will return the same answer always. R=kbr@chromium.org, piman BUG=584497 CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel Review URL: https://codereview.chromium.org/1814573002 Cr-Commit-Position: refs/heads/master@{#381647}
Diffstat (limited to 'gpu/command_buffer/client/gles2_trace_implementation_autogen.h')
-rw-r--r--gpu/command_buffer/client/gles2_trace_implementation_autogen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
index ad35a36..d967962 100644
--- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
+++ b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
@@ -758,6 +758,7 @@ void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
void CommitOverlayPlanesCHROMIUM() override;
void SwapInterval(GLint interval) override;
void FlushDriverCachesCHROMIUM() override;
+GLuint GetLastFlushIdCHROMIUM() override;
void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
GLuint GenPathsCHROMIUM(GLsizei range) override;