| Index: third_party/WebKit/Source/modules/notifications/NotificationImageLoader.h
|
| diff --git a/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.h b/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.h
|
| index 5fde3bd905108340967a22e0209bcc17750e23a7..02ccb1a9d09021d0b5b806be599a1b46d28ae023 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.h
|
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.h
|
| @@ -53,6 +53,7 @@ private:
|
| void runCallbackWithEmptyBitmap();
|
|
|
| bool m_stopped;
|
| + double m_startTime;
|
| RefPtr<SharedBuffer> m_data;
|
| OwnPtr<ImageCallback> m_imageCallback;
|
| OwnPtr<ThreadableLoader> m_threadableLoader;
|
|
|