Index: public/web/WebFrameClient.h |
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
index 146e3e8aa9054495df93d91ccc18adee63712128..3e3a4c93bfd97ccdf057d929980dd6220ee7ad71 100644 |
--- a/public/web/WebFrameClient.h |
+++ b/public/web/WebFrameClient.h |
@@ -91,6 +91,7 @@ class WebURL; |
class WebURLResponse; |
class WebUserMediaClient; |
class WebVRClient; |
+class WebWakeLockClient; |
class WebWorkerContentSettingsClientProxy; |
struct WebColorSuggestion; |
struct WebConsoleMessage; |
@@ -516,6 +517,9 @@ public: |
// A WebSocket object is going to open a new WebSocket connection. |
virtual void willOpenWebSocket(WebSocketHandle*) { } |
+ // Wake Lock ----------------------------------------------------- |
+ |
+ virtual WebWakeLockClient* wakeLockClient() { return 0; } |
// Geolocation --------------------------------------------------------- |