| Index: third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| index 8882593043d03e3c49f7d505636d8e3d27f0e34a..517324e44b1a2df5195097fa0af458788347fe70 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| @@ -109,6 +109,7 @@ public:
|
| void startScreencast(ErrorString*, const Maybe<String>& format, const Maybe<int>& quality, const Maybe<int>& maxWidth, const Maybe<int>& maxHeight, const Maybe<int>& everyNthFrame) override;
|
| void stopScreencast(ErrorString*) override;
|
| void setOverlayMessage(ErrorString*, const Maybe<String>& message) override;
|
| + void setBlockedEventsWarningThreshold(ErrorString*, double threshold) override;
|
|
|
| // InspectorInstrumentation API
|
| void didClearDocumentOfWindowObject(LocalFrame*);
|
|
|