| Index: third_party/WebKit/Source/platform/graphics/paint/CullRect.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/CullRect.h b/third_party/WebKit/Source/platform/graphics/paint/CullRect.h
|
| index 7d7d025bb389fcbb7e71fa1ad1d65e4dcf4d7f2d..f1f2d1cc7eff0ff2d0784164055bcc6077b24aab 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/CullRect.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/CullRect.h
|
| @@ -37,8 +37,8 @@ public:
|
| bool intersectsHorizontalRange(LayoutUnit lo, LayoutUnit hi) const;
|
| bool intersectsVerticalRange(LayoutUnit lo, LayoutUnit hi) const;
|
|
|
| -private:
|
| IntRect m_rect;
|
| +private:
|
|
|
| // TODO(chrishtr): temporary while we implement CullRect everywhere.
|
| friend class FramePainter;
|
|
|