Chromium Code Reviews| Index: Source/core/dom/DocumentWakeLock.idl |
| diff --git a/Source/core/dom/DocumentWakeLock.idl b/Source/core/dom/DocumentWakeLock.idl |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9959712101e75c622db9da0b36b1d36fb05e3e02 |
| --- /dev/null |
| +++ b/Source/core/dom/DocumentWakeLock.idl |
| @@ -0,0 +1,9 @@ |
| +// Copyright 2015 The Chromium Authors. All rights reserved. |
|
mlamouri (slow - plz ping)
2015/04/28 08:00:25
Could you move that to a modules instead? Like Sou
alogvinov
2015/04/28 16:49:10
We actually tried doing that, but got a strange ru
mlamouri (slow - plz ping)
2015/04/29 10:07:08
Hmm, I'm not sure where that's coming from. Did yo
alogvinov
2015/04/29 16:50:59
Tried that, makes no difference. I also tried to m
|
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +[ |
| + RuntimeEnabled=WakeLock, |
| +] partial interface Document { |
| + attribute boolean keepScreenAwake; |
| +}; |