| 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 311275d5ed8ec7f376d5857a296996143f55eb96..1a4a32c01010f78e127f0b456b1ba20a85fb946e 100644
|
| --- a/third_party/WebKit/public/web/WebPerformance.h
|
| +++ b/third_party/WebKit/public/web/WebPerformance.h
|
| @@ -89,6 +89,7 @@ public:
|
| BLINK_EXPORT double firstPaint() const;
|
| BLINK_EXPORT double firstTextPaint() const;
|
| BLINK_EXPORT double firstImagePaint() const;
|
| + BLINK_EXPORT double speedIndex() const;
|
|
|
| #if BLINK_IMPLEMENTATION
|
| WebPerformance(const PassRefPtrWillBeRawPtr<Performance>&);
|
|
|