blob: 9d11d010a5a34ead07dba7b50d99dd463c2e5a25 [file] [log] [blame]
// 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.
// https://www.khronos.org/registry/webgl/specs/latest/2.0/#3.2
[
Exposed=(Window,Worker)
] interface WebGLQuery : WebGLObject {
};