Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Side by Side Diff: Source/core/rendering/RenderLayerRepainter.h

Issue 210043008: Kill outlineBox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698