Sign in
skia
/
buildbot
/
0fef7d6691c14788697b32c84241d2ad1a90d535
/
.
/
perf
/
modules
/
window
/
window.ts
blob: f4bccf2df18c396784c254eb72611fe2adf47df6 [
file
] [
log
] [
blame
]
// Declaration for the window.sk global variable.
import
{
SkPerfConfig
}
from
'../json'
;
declare
global
{
interface
Window
{
sk
:
{
perf
:
SkPerfConfig
;
};
}
}