| Index: third_party/WebKit/Source/core/fetch/ImageResourceObserver.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/ImageResourceObserver.h b/third_party/WebKit/Source/core/fetch/ImageResourceObserver.h
|
| index d46fe1cfa0a13941fc1e753c4f80525de2c0ad60..b1f5da8ede5cd434f9605d313c5444ec8011b99d 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ImageResourceObserver.h
|
| +++ b/third_party/WebKit/Source/core/fetch/ImageResourceObserver.h
|
| @@ -42,9 +42,8 @@ class CORE_EXPORT ImageResourceObserver {
|
| // is the changed rect of the image.
|
| virtual void imageChanged(ImageResource*, const IntRect* = 0) {}
|
|
|
| - // Called just before ResourceClient::notifyFinished() would be called. This
|
| - // is to avoid an ImageResourceObserver from being also a ResourceClient just
|
| - // to be notified for load finish.
|
| + // Called just after imageChanged() if all image data is received or errored.
|
| + // TODO(hiroshige): Merge imageNotifyFinished() into imageChanged().
|
| virtual void imageNotifyFinished(ImageResource*) {}
|
|
|
| // Called to find out if this client wants to actually display the image. Used
|
|
|