// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/modules/webgl/webgl_fence_sync.h" #include <GLES2/gl2extchromium.h> #include "gpu/command_buffer/client/gles2_interface.h" #include "third_party/blink/renderer/modules/webgl/webgl2_rendering_context_base.h" namespace blink { WebGLFenceSync::WebGLFenceSync(WebGL2RenderingContextBase* ctx, GLenum condition, GLbitfield flags) : … { … } GLuint WebGLFenceSync::insertQuery(WebGL2RenderingContextBase* ctx) { … } } // namespace blink