| Index: Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
|
| index 65fcb4ce2ea30bc0c5562a5a06db792c1266508e..450cbb42e5f5a10f48cd153056897a4192bdff18 100644
|
| --- a/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/Source/core/inspector/InspectorPageAgent.h
|
| @@ -123,6 +123,7 @@ public:
|
| virtual void startScreencast(ErrorString*, const String* format, const int* quality, const int* maxWidth, const int* maxHeight) override;
|
| virtual void stopScreencast(ErrorString*) override;
|
| virtual void setShowViewportSizeOnResize(ErrorString*, bool show, const bool* showGrid) override;
|
| + virtual void setAnimationsPlaybackRate(ErrorString*, double playbackRate) override;
|
|
|
| // InspectorInstrumentation API
|
| void didClearDocumentOfWindowObject(LocalFrame*);
|
|
|