| Index: Source/core/fetch/ImageResourceClient.h
|
| diff --git a/Source/core/fetch/ImageResourceClient.h b/Source/core/fetch/ImageResourceClient.h
|
| index 62df45338d476af40dd5de7888531a6a8a3ddf7b..ef6cde1501324a8e3dec160654c5c54fb064de7f 100644
|
| --- a/Source/core/fetch/ImageResourceClient.h
|
| +++ b/Source/core/fetch/ImageResourceClient.h
|
| @@ -43,7 +43,7 @@ public:
|
|
|
| // Called to find out if this client wants to actually display the image. Used to tell when we
|
| // can halt animation. Content nodes that hold image refs for example would not render the image,
|
| - // but RenderImages would (assuming they have visibility: visible and their render tree isn't hidden
|
| + // but LayoutImages would (assuming they have visibility: visible and their render tree isn't hidden
|
| // e.g., in the b/f cache or in a background tab).
|
| virtual bool willRenderImage(ImageResource*) { return false; }
|
|
|
|
|