| Index: Source/web/InspectorClientImpl.h
|
| diff --git a/Source/web/InspectorClientImpl.h b/Source/web/InspectorClientImpl.h
|
| index 0e80133995f4441e40f1281130b7243c8a96fea5..12aa056ae56b3ed3e36d645de3f9db46983f1b8e 100644
|
| --- a/Source/web/InspectorClientImpl.h
|
| +++ b/Source/web/InspectorClientImpl.h
|
| @@ -59,7 +59,7 @@ public:
|
| virtual void clearBrowserCache();
|
| virtual void clearBrowserCookies();
|
|
|
| - virtual void overrideDeviceMetrics(int, int, float, bool);
|
| + virtual void overrideDeviceMetrics(int, int, float, bool, bool);
|
|
|
| virtual bool overridesShowPaintRects();
|
| virtual void setShowPaintRects(bool);
|
|
|