Chromium Code Reviews| Index: Source/core/dom/Element.h |
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
| index b25630e6efcf7167cca2e78ccf51cf93a41b53e0..f2c5a9d8f998a346a637c7ab6466954822286e3f 100644 |
| --- a/Source/core/dom/Element.h |
| +++ b/Source/core/dom/Element.h |
| @@ -481,6 +481,7 @@ |
| bool isInTopLayer() const { return hasElementFlag(IsInTopLayer); } |
| void setIsInTopLayer(bool); |
| + void webkitRequestPointerLock(); |
| void requestPointerLock(); |
| bool isSpellCheckingEnabled() const; |