OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2003, 2009, 2012 Apple Inc. All rights reserved. | 2 * Copyright (C) 2003, 2009, 2012 Apple Inc. All rights reserved. |
3 * Copyright (C) 2013 Intel Corporation. All rights reserved. | 3 * Copyright (C) 2013 Intel Corporation. All rights reserved. |
4 * | 4 * |
5 * Portions are Copyright (C) 1998 Netscape Communications Corporation. | 5 * Portions are Copyright (C) 1998 Netscape Communications Corporation. |
6 * | 6 * |
7 * Other contributors: | 7 * Other contributors: |
8 * Robert O'Callahan <roc+@cs.cmu.edu> | 8 * Robert O'Callahan <roc+@cs.cmu.edu> |
9 * David Baron <dbaron@fas.harvard.edu> | 9 * David Baron <dbaron@fas.harvard.edu> |
10 * Christian Biesinger <cbiesinger@web.de> | 10 * Christian Biesinger <cbiesinger@web.de> |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 | 90 |
91 void clearRepaintRects(); | 91 void clearRepaintRects(); |
92 | 92 |
93 RenderLayer* enclosingFilterRepaintLayer() const; | 93 RenderLayer* enclosingFilterRepaintLayer() const; |
94 | 94 |
95 RenderLayerModelObject* m_renderer; | 95 RenderLayerModelObject* m_renderer; |
96 | 96 |
97 unsigned m_repaintStatus; // RepaintStatus | 97 unsigned m_repaintStatus; // RepaintStatus |
98 | 98 |
99 LayoutRect m_repaintRect; // Cached repaint rects. Used by layout. | 99 LayoutRect m_repaintRect; // Cached repaint rects. Used by layout. |
100 LayoutRect m_outlineBox; | |
101 }; | 100 }; |
102 | 101 |
103 } // namespace WebCore | 102 } // namespace WebCore |
104 | 103 |
105 #endif // RenderLayerRepainter_h | 104 #endif // RenderLayerRepainter_h |
OLD | NEW |