| Index: Source/core/inspector/InspectorController.h
|
| diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h
|
| index aff1dd37ecf039661e1b31f4574cb0cad36b91f3..9ca80024a464bc5666212682717d93fc3d64dfda 100644
|
| --- a/Source/core/inspector/InspectorController.h
|
| +++ b/Source/core/inspector/InspectorController.h
|
| @@ -107,6 +107,7 @@ public:
|
| bool handleKeyboardEvent(LocalFrame*, const PlatformKeyboardEvent&);
|
|
|
| void requestPageScaleFactor(float scale, const IntPoint& origin);
|
| + void deviceOrPageScaleFactorChanged();
|
| bool deviceEmulationEnabled();
|
|
|
| bool isUnderTest();
|
|
|