| Index: third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h b/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
|
| index 0d338a14f70b91715abcdddc46433f5d056ebb91..a4a1011a76cef3540167c6e68d04ab77f5110252 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
|
| @@ -41,8 +41,8 @@ public:
|
| void disable(ErrorString*) override;
|
|
|
| // Protocol method implementations.
|
| - void start(ErrorString*, const Maybe<String>& categories, const Maybe<String>& options, const Maybe<double>& bufferUsageReportingInterval, const Maybe<String>& transferMode, const Maybe<protocol::Tracing::TraceConfig>&, std::unique_ptr<StartCallback>) override;
|
| - void end(ErrorString*, std::unique_ptr<EndCallback>) override;
|
| + void start(const Maybe<String>& categories, const Maybe<String>& options, const Maybe<double>& bufferUsageReportingInterval, const Maybe<String>& transferMode, const Maybe<protocol::Tracing::TraceConfig>&, std::unique_ptr<StartCallback>) override;
|
| + void end(std::unique_ptr<EndCallback>) override;
|
|
|
| // Methods for other agents to use.
|
| void setLayerTreeId(int);
|
|
|