blob: cbe0cac6524ae167642f127278b5c3d45351c4ba [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[
ImplementedAs=InternalsCanvasRenderingContext2D
] partial interface Internals {
unsigned long countHitRegions(CanvasRenderingContext2D context);
};