| Index: sky/engine/core/rendering/PaintInfo.h
|
| diff --git a/sky/engine/core/rendering/PaintInfo.h b/sky/engine/core/rendering/PaintInfo.h
|
| index 047ac0b9fabc7ec742370aa8c1b5439174f8573e..6578cf8155f5edde4f5f9855772eb0c7103324f2 100644
|
| --- a/sky/engine/core/rendering/PaintInfo.h
|
| +++ b/sky/engine/core/rendering/PaintInfo.h
|
| @@ -40,9 +40,6 @@ namespace blink {
|
| class RenderInline;
|
| class RenderLayerModelObject;
|
| class RenderObject;
|
| -class RenderWidget;
|
| -
|
| -typedef HashMap<RenderWidget*, IntRect> OverlapTestRequestMap;
|
|
|
| /*
|
| * Paint the object and its children, clipped by (x|y|w|h).
|
|
|