| 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 d05ec2bcd82087a70c96918be32b4bedc7df9b06..3aa24efa75a65a1605ba906e465b8828613282e7 100644
 | 
| --- a/third_party/WebKit/Source/core/fetch/ImageResource.h
 | 
| +++ b/third_party/WebKit/Source/core/fetch/ImageResource.h
 | 
| @@ -65,7 +65,7 @@ public:
 | 
|  
 | 
|      void load(ResourceFetcher*, const ResourceLoaderOptions&) override;
 | 
|  
 | 
| -    blink::Image* image(); // Returns the nullImage() if the image is not available yet.
 | 
| +    blink::Image* getImage(); // Returns the nullImage() if the image is not available yet.
 | 
|      bool hasImage() const { return m_image.get(); }
 | 
|  
 | 
|      static std::pair<blink::Image*, float> brokenImage(float deviceScaleFactor); // Returns an image and the image's resolution scale factor.
 | 
| 
 |