| Index: Source/core/inspector/InspectorClient.h
|
| diff --git a/Source/core/inspector/InspectorClient.h b/Source/core/inspector/InspectorClient.h
|
| index 2f521ed005a0e1218ffb961275205102bb271ac4..f2bdcdc5c3f850a5e360e565a5ef6db3e8fcf22e 100644
|
| --- a/Source/core/inspector/InspectorClient.h
|
| +++ b/Source/core/inspector/InspectorClient.h
|
| @@ -52,7 +52,7 @@ public:
|
| unsigned char flags, double timestamp);
|
| virtual void setTraceEventCallback(TraceEventCallback) { }
|
|
|
| - virtual void overrideDeviceMetrics(int /*width*/, int /*height*/, float /*deviceScaleFactor*/, bool /*fitWindow*/) { }
|
| + virtual void overrideDeviceMetrics(int /*width*/, int /*height*/, float /*deviceScaleFactor*/, bool /*emulateViewport*/, bool /*fitWindow*/) { }
|
|
|
| virtual bool overridesShowPaintRects() { return false; }
|
| virtual void setShowPaintRects(bool) { }
|
|
|