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

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

Issue 337113005: Reduce forward declarations in core/rendering (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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
« no previous file with comments | « Source/core/rendering/RenderInline.h ('k') | Source/core/rendering/RenderLayerRepainter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 #include "platform/graphics/CompositingReasons.h" 59 #include "platform/graphics/CompositingReasons.h"
60 #include "wtf/OwnPtr.h" 60 #include "wtf/OwnPtr.h"
61 61
62 namespace WebCore { 62 namespace WebCore {
63 63
64 class FilterEffectRenderer; 64 class FilterEffectRenderer;
65 class FilterOperations; 65 class FilterOperations;
66 class HitTestRequest; 66 class HitTestRequest;
67 class HitTestResult; 67 class HitTestResult;
68 class HitTestingTransformState; 68 class HitTestingTransformState;
69 class RenderFlowThread;
70 class RenderGeometryMap;
71 class CompositedLayerMapping; 69 class CompositedLayerMapping;
72 class RenderLayerCompositor; 70 class RenderLayerCompositor;
73 class RenderReplica;
74 class RenderStyle; 71 class RenderStyle;
75 class TransformationMatrix; 72 class TransformationMatrix;
76 73
77 enum BorderRadiusClippingRule { IncludeSelfForBorderRadius, DoNotIncludeSelfForB orderRadius }; 74 enum BorderRadiusClippingRule { IncludeSelfForBorderRadius, DoNotIncludeSelfForB orderRadius };
78 enum IncludeSelfOrNot { IncludeSelf, ExcludeSelf }; 75 enum IncludeSelfOrNot { IncludeSelf, ExcludeSelf };
79 76
80 enum CompositingQueryMode { 77 enum CompositingQueryMode {
81 CompositingQueriesAreAllowed, 78 CompositingQueriesAreAllowed,
82 CompositingQueriesAreOnlyAllowedInCertainDocumentLifecyclePhases 79 CompositingQueriesAreOnlyAllowedInCertainDocumentLifecyclePhases
83 }; 80 };
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 719
723 } // namespace WebCore 720 } // namespace WebCore
724 721
725 #ifndef NDEBUG 722 #ifndef NDEBUG
726 // Outside the WebCore namespace for ease of invocation from gdb. 723 // Outside the WebCore namespace for ease of invocation from gdb.
727 void showLayerTree(const WebCore::RenderLayer*); 724 void showLayerTree(const WebCore::RenderLayer*);
728 void showLayerTree(const WebCore::RenderObject*); 725 void showLayerTree(const WebCore::RenderObject*);
729 #endif 726 #endif
730 727
731 #endif // RenderLayer_h 728 #endif // RenderLayer_h
OLDNEW
« no previous file with comments | « Source/core/rendering/RenderInline.h ('k') | Source/core/rendering/RenderLayerRepainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698