Index: third_party/WebKit/Source/web/WebViewImpl.h |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h |
index 9e9602493da34062979440aff1177fbc3db85b05..f599f5f13e2861f3e9cbbf2dd2821da9383f7365 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -516,6 +516,8 @@ public: |
void forceNextWebGLContextCreationToFail() override; |
void forceNextDrawingBufferCreationToFail() override; |
+ void updateBatteryStatusForTesting(bool charging, double chargingTime, double dischargingTime, double level) override; |
+ void resetBatteryStatusForTesting() override; |
IntSize mainFrameSize(); |
WebDisplayMode displayMode() const { return m_displayMode; } |