| Index: third_party/WebKit/Source/core/fetch/ImageResourceClient.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/ImageResourceClient.h b/third_party/WebKit/Source/core/fetch/ImageResourceClient.h
|
| index 46e407cb5a023f80b4aaae1c5ae19b63f4689391..0c0e57c0360e8b8cecbe745c20036a3695e7c22e 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ImageResourceClient.h
|
| +++ b/third_party/WebKit/Source/core/fetch/ImageResourceClient.h
|
| @@ -36,7 +36,7 @@ class CORE_EXPORT ImageResourceClient : public ResourceClient {
|
| public:
|
| ~ImageResourceClient() override {}
|
| static ResourceClientType expectedType() { return ImageType; }
|
| - ResourceClientType resourceClientType() const final { return expectedType(); }
|
| + ResourceClientType getResourceClientType() const final { return expectedType(); }
|
|
|
| // Called whenever a frame of an image changes, either because we got more data from the network or
|
| // because we are animating. If not null, the IntRect is the changed rect of the image.
|
|
|