| Index: Source/core/rendering/PaintInfo.h
|
| diff --git a/Source/core/rendering/PaintInfo.h b/Source/core/rendering/PaintInfo.h
|
| index 7ed715c4ad6191486cb15b61e3b1cfa2a01ca7dc..425eaef978d9430f72bb401c3bb4316b1d99592b 100644
|
| --- a/Source/core/rendering/PaintInfo.h
|
| +++ b/Source/core/rendering/PaintInfo.h
|
| @@ -41,9 +41,9 @@ namespace blink {
|
| class RenderInline;
|
| class RenderLayerModelObject;
|
| class RenderObject;
|
| -class RenderWidget;
|
| +class RenderPart;
|
|
|
| -typedef HashMap<RenderWidget*, IntRect> OverlapTestRequestMap;
|
| +typedef HashMap<RenderPart*, IntRect> OverlapTestRequestMap;
|
|
|
| /*
|
| * Paint the object and its children, clipped by (x|y|w|h).
|
|
|