| Index: third_party/WebKit/public/web/WebPerformance.h
|
| diff --git a/third_party/WebKit/public/web/WebPerformance.h b/third_party/WebKit/public/web/WebPerformance.h
|
| index 080b70aad1954fefa724d8118e9fa095c826c55b..0ea488beaeede4b6003ed76bb433fc0c79035fb1 100644
|
| --- a/third_party/WebKit/public/web/WebPerformance.h
|
| +++ b/third_party/WebKit/public/web/WebPerformance.h
|
| @@ -95,6 +95,8 @@ public:
|
| BLINK_EXPORT double parseStop() const;
|
| BLINK_EXPORT double parseBlockedOnScriptLoadDuration() const;
|
| BLINK_EXPORT double parseBlockedOnScriptLoadFromDocumentWriteDuration() const;
|
| + BLINK_EXPORT double parseBlockedOnScriptExecutionDuration() const;
|
| + BLINK_EXPORT double parseBlockedOnScriptExecutionFromDocumentWriteDuration() const;
|
|
|
| #if BLINK_IMPLEMENTATION
|
| WebPerformance(Performance*);
|
|
|