Sign in
skia
/
buildbot.git
/
2208dfcfd5498f300ca1855804ce99a20785c832
/
.
/
perf
/
modules
/
window
/
window.ts
blob: 1d8df905c3c7c7d1f73a501d031450ccafde1fc4 [
file
]
// Declaration for the window.sk global variable.
import
{
SkPerfConfig
}
from
'../json'
;
declare
global
{
interface
Window
{
perf
:
SkPerfConfig
;
}
}