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

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

Issue 736373003: Fix sky include guards to match Chromium style (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Reran script after fixing missing break 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 24 matching lines...) Expand all
35 * applicable instead of those above. If you wish to allow use of your 35 * applicable instead of those above. If you wish to allow use of your
36 * version of this file only under the terms of one of those two 36 * version of this file only under the terms of one of those two
37 * licenses (the MPL or the GPL) and not to allow others to use your 37 * licenses (the MPL or the GPL) and not to allow others to use your
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 RenderLayer_h 45 #ifndef SKY_ENGINE_CORE_RENDERING_RENDERLAYER_H_
46 #define RenderLayer_h 46 #define SKY_ENGINE_CORE_RENDERING_RENDERLAYER_H_
47 47
48 #include "sky/engine/core/rendering/LayerFragment.h" 48 #include "sky/engine/core/rendering/LayerFragment.h"
49 #include "sky/engine/core/rendering/LayerPaintingInfo.h" 49 #include "sky/engine/core/rendering/LayerPaintingInfo.h"
50 #include "sky/engine/core/rendering/RenderBox.h" 50 #include "sky/engine/core/rendering/RenderBox.h"
51 #include "sky/engine/core/rendering/RenderLayerClipper.h" 51 #include "sky/engine/core/rendering/RenderLayerClipper.h"
52 #include "sky/engine/core/rendering/RenderLayerFilterInfo.h" 52 #include "sky/engine/core/rendering/RenderLayerFilterInfo.h"
53 #include "sky/engine/core/rendering/RenderLayerRepainter.h" 53 #include "sky/engine/core/rendering/RenderLayerRepainter.h"
54 #include "sky/engine/core/rendering/RenderLayerScrollableArea.h" 54 #include "sky/engine/core/rendering/RenderLayerScrollableArea.h"
55 #include "sky/engine/core/rendering/RenderLayerStackingNode.h" 55 #include "sky/engine/core/rendering/RenderLayerStackingNode.h"
56 #include "sky/engine/core/rendering/RenderLayerStackingNodeIterator.h" 56 #include "sky/engine/core/rendering/RenderLayerStackingNodeIterator.h"
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 }; 652 };
653 653
654 } // namespace blink 654 } // namespace blink
655 655
656 #ifndef NDEBUG 656 #ifndef NDEBUG
657 // Outside the WebCore namespace for ease of invocation from gdb. 657 // Outside the WebCore namespace for ease of invocation from gdb.
658 void showLayerTree(const blink::RenderLayer*); 658 void showLayerTree(const blink::RenderLayer*);
659 void showLayerTree(const blink::RenderObject*); 659 void showLayerTree(const blink::RenderObject*);
660 #endif 660 #endif
661 661
662 #endif // RenderLayer_h 662 #endif // SKY_ENGINE_CORE_RENDERING_RENDERLAYER_H_
OLDNEW
« no previous file with comments | « sky/engine/core/rendering/RenderInline.h ('k') | sky/engine/core/rendering/RenderLayerClipper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698