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 c8dfebd785015286a412da3cc3a6dd3a8050dbef..2b9ec541a92740de1ffcc989f6e9951860717864 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; |
esprehn
2016/02/18 06:48:13
Move this to platform.
|
+ void resetBatteryStatusForTesting() override; |
IntSize mainFrameSize(); |
WebDisplayMode displayMode() const { return m_displayMode; } |