summaryrefslogtreecommitdiffstats
path: root/gpu/blink/webgraphicscontext3d_impl.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/blink/webgraphicscontext3d_impl.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/blink/webgraphicscontext3d_impl.h')
-rw-r--r--gpu/blink/webgraphicscontext3d_impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gpu/blink/webgraphicscontext3d_impl.h b/gpu/blink/webgraphicscontext3d_impl.h
index 0e8ed7e..e33e877 100644
--- a/gpu/blink/webgraphicscontext3d_impl.h
+++ b/gpu/blink/webgraphicscontext3d_impl.h
@@ -922,7 +922,6 @@ class GPU_BLINK_EXPORT WebGraphicsContext3DImpl
::gpu::gles2::GLES2Interface* gl_;
bool lose_context_when_out_of_memory_;
- uint32_t flush_id_;
};
} // namespace gpu_blink