| Index: Source/core/css/CSSCanvasValue.h
|
| diff --git a/Source/core/css/CSSCanvasValue.h b/Source/core/css/CSSCanvasValue.h
|
| index f00375d34769e7df5640c2a60c98697832d4c349..f7550bc923f5f6b8efae12d77374bfb9918aa389 100644
|
| --- a/Source/core/css/CSSCanvasValue.h
|
| +++ b/Source/core/css/CSSCanvasValue.h
|
| @@ -43,9 +43,9 @@ public:
|
|
|
| String customCSSText() const;
|
|
|
| - PassRefPtr<Image> image(RenderObject*, const IntSize&);
|
| + PassRefPtr<Image> image(LayoutObject*, const IntSize&);
|
| bool isFixedSize() const { return true; }
|
| - IntSize fixedSize(const RenderObject*);
|
| + IntSize fixedSize(const LayoutObject*);
|
|
|
| bool isPending() const { return false; }
|
| void loadSubimages(ResourceFetcher*) { }
|
|
|