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

Side by Side Diff: sky/engine/core/rendering/RenderLayerRepainter.h

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
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 27 matching lines...) Expand all
38 * version of this file under the LGPL, indicate your decision by 38 * version of this file under the LGPL, indicate your decision by
39 * deletingthe provisions above and replace them with the notice and 39 * deletingthe provisions above and replace them with the notice and
40 * other provisions required by the MPL or the GPL, as the case may be. 40 * other provisions required by the MPL or the GPL, as the case may be.
41 * If you do not delete the provisions above, a recipient may use your 41 * If you do not delete the provisions above, a recipient may use your
42 * version of this file under any of the LGPL, the MPL or the GPL. 42 * version of this file under any of the LGPL, the MPL or the GPL.
43 */ 43 */
44 44
45 #ifndef RenderLayerRepainter_h 45 #ifndef RenderLayerRepainter_h
46 #define RenderLayerRepainter_h 46 #define RenderLayerRepainter_h
47 47
48 #include "platform/geometry/LayoutRect.h" 48 #include "sky/engine/platform/geometry/LayoutRect.h"
49 #include "wtf/Noncopyable.h" 49 #include "sky/engine/wtf/Noncopyable.h"
50 50
51 namespace blink { 51 namespace blink {
52 52
53 class RenderLayer; 53 class RenderLayer;
54 class RenderLayerModelObject; 54 class RenderLayerModelObject;
55 55
56 class RenderLayerRepainter { 56 class RenderLayerRepainter {
57 WTF_MAKE_NONCOPYABLE(RenderLayerRepainter); 57 WTF_MAKE_NONCOPYABLE(RenderLayerRepainter);
58 public: 58 public:
59 RenderLayerRepainter(RenderLayerModelObject&); 59 RenderLayerRepainter(RenderLayerModelObject&);
(...skipping 14 matching lines...) Expand all
74 void paintInvalidationIncludingNonCompositingDescendantsInternal(const Rende rLayerModelObject* repaintContainer); 74 void paintInvalidationIncludingNonCompositingDescendantsInternal(const Rende rLayerModelObject* repaintContainer);
75 75
76 RenderLayer* enclosingFilterPaintInvalidationLayer() const; 76 RenderLayer* enclosingFilterPaintInvalidationLayer() const;
77 77
78 RenderLayerModelObject& m_renderer; 78 RenderLayerModelObject& m_renderer;
79 }; 79 };
80 80
81 } // namespace blink 81 } // namespace blink
82 82
83 #endif // RenderLayerRepainter_h 83 #endif // RenderLayerRepainter_h
OLDNEW
« no previous file with comments | « sky/engine/core/rendering/RenderLayerModelObject.cpp ('k') | sky/engine/core/rendering/RenderLayerRepainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698