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 9ee661331aaccfb70c79d3355e6beb796ccbc5b6..64899de86548a7e06774e3015be86ee344d21c84 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; } |