| Index: Source/core/layout/LayerClipper.h
|
| diff --git a/Source/core/layout/LayerClipper.h b/Source/core/layout/LayerClipper.h
|
| index f750e881e8630c71279611374ec2decc21093ef2..98a6eb4eceb80f62517ac886c533a486a55b20ef 100644
|
| --- a/Source/core/layout/LayerClipper.h
|
| +++ b/Source/core/layout/LayerClipper.h
|
| @@ -96,7 +96,7 @@ private:
|
| class LayerClipper {
|
| WTF_MAKE_NONCOPYABLE(LayerClipper);
|
| public:
|
| - explicit LayerClipper(LayoutLayerModelObject&);
|
| + explicit LayerClipper(LayoutBoxModelObject&);
|
|
|
| void clearClipRectsIncludingDescendants();
|
| void clearClipRectsIncludingDescendants(ClipRectsCacheSlot);
|
| @@ -140,7 +140,7 @@ private:
|
| }
|
|
|
| // FIXME: Could this be a RenderBox?
|
| - LayoutLayerModelObject& m_renderer;
|
| + LayoutBoxModelObject& m_renderer;
|
| mutable OwnPtr<ClipRectsCache> m_cache;
|
| };
|
|
|
|
|