Chromium Code Reviews| Index: third_party/WebKit/Source/core/fetch/ImageResource.h |
| diff --git a/third_party/WebKit/Source/core/fetch/ImageResource.h b/third_party/WebKit/Source/core/fetch/ImageResource.h |
| index e8780284d5540b2a92f03df906d8bda71e5222ba..6ce40f0e620f12d4cf8bba187a8ed10be43cc780 100644 |
| --- a/third_party/WebKit/Source/core/fetch/ImageResource.h |
| +++ b/third_party/WebKit/Source/core/fetch/ImageResource.h |
| @@ -191,7 +191,8 @@ class CORE_EXPORT ImageResource final |
| void updateImageAndClearBuffer(); |
| void clearImage(); |
| // If not null, changeRect is the changed part of the image. |
| - void notifyObservers(const IntRect* changeRect = nullptr); |
| + void notifyObservers(bool isNotifyingFinish, |
|
kouhei (in TOK)
2016/11/30 03:48:22
Please change bool -> enum
hiroshige
2016/11/30 05:21:39
Done.
|
| + const IntRect* changeRect = nullptr); |
| void ensureImage(); |