| Index: Source/core/rendering/RenderView.h
|
| diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h
|
| index d7c5b581a9167dbcb271d5591de52e51de4377b6..66c3b80e30371c6dfeaaa677b59623cb41ca0ecd 100644
|
| --- a/Source/core/rendering/RenderView.h
|
| +++ b/Source/core/rendering/RenderView.h
|
| @@ -139,7 +139,7 @@ public:
|
| bool usesCompositing() const;
|
|
|
| IntRect unscaledDocumentRect() const;
|
| - LayoutRect backgroundRect(RenderBox* backgroundRenderer) const;
|
| + LayoutRect backgroundRect(LayoutBox* backgroundRenderer) const;
|
|
|
| IntRect documentRect() const;
|
|
|
|
|