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