OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Apple Inc. All rights
reserved. | 2 * Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Apple Inc. All rights
reserved. |
3 * | 3 * |
4 * Portions are Copyright (C) 1998 Netscape Communications Corporation. | 4 * Portions are Copyright (C) 1998 Netscape Communications Corporation. |
5 * | 5 * |
6 * Other contributors: | 6 * Other contributors: |
7 * Robert O'Callahan <roc+@cs.cmu.edu> | 7 * Robert O'Callahan <roc+@cs.cmu.edu> |
8 * David Baron <dbaron@fas.harvard.edu> | 8 * David Baron <dbaron@fas.harvard.edu> |
9 * Christian Biesinger <cbiesinger@web.de> | 9 * Christian Biesinger <cbiesinger@web.de> |
10 * Randall Jesup <rjesup@wgate.com> | 10 * Randall Jesup <rjesup@wgate.com> |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 #include "core/page/Frame.h" | 57 #include "core/page/Frame.h" |
58 #include "core/page/FrameView.h" | 58 #include "core/page/FrameView.h" |
59 #include "core/page/Page.h" | 59 #include "core/page/Page.h" |
60 #include "core/page/Settings.h" | 60 #include "core/page/Settings.h" |
61 #include "core/page/UseCounter.h" | 61 #include "core/page/UseCounter.h" |
62 #include "core/page/animation/AnimationController.h" | 62 #include "core/page/animation/AnimationController.h" |
63 #include "core/page/scrolling/ScrollingCoordinator.h" | 63 #include "core/page/scrolling/ScrollingCoordinator.h" |
64 #include "core/platform/HistogramSupport.h" | 64 #include "core/platform/HistogramSupport.h" |
65 #include "core/platform/Partitions.h" | 65 #include "core/platform/Partitions.h" |
66 #include "core/platform/chromium/TraceEvent.h" | 66 #include "core/platform/chromium/TraceEvent.h" |
67 #include "core/platform/graphics/FloatPoint3D.h" | |
68 #include "core/platform/graphics/FloatRect.h" | |
69 #include "core/platform/graphics/GraphicsContextStateSaver.h" | 67 #include "core/platform/graphics/GraphicsContextStateSaver.h" |
70 #include "core/platform/graphics/filters/ReferenceFilter.h" | 68 #include "core/platform/graphics/filters/ReferenceFilter.h" |
71 #include "core/platform/graphics/filters/SourceGraphic.h" | 69 #include "core/platform/graphics/filters/SourceGraphic.h" |
72 #include "core/platform/graphics/filters/custom/CustomFilterGlobalContext.h" | 70 #include "core/platform/graphics/filters/custom/CustomFilterGlobalContext.h" |
73 #include "core/platform/graphics/filters/custom/CustomFilterOperation.h" | 71 #include "core/platform/graphics/filters/custom/CustomFilterOperation.h" |
74 #include "core/platform/graphics/filters/custom/CustomFilterValidatedProgram.h" | 72 #include "core/platform/graphics/filters/custom/CustomFilterValidatedProgram.h" |
75 #include "core/platform/graphics/filters/custom/ValidatedCustomFilterOperation.h
" | 73 #include "core/platform/graphics/filters/custom/ValidatedCustomFilterOperation.h
" |
76 #include "core/platform/graphics/transforms/ScaleTransformOperation.h" | 74 #include "core/platform/graphics/transforms/ScaleTransformOperation.h" |
77 #include "core/platform/graphics/transforms/TransformationMatrix.h" | |
78 #include "core/platform/graphics/transforms/TranslateTransformOperation.h" | 75 #include "core/platform/graphics/transforms/TranslateTransformOperation.h" |
79 #include "core/rendering/ColumnInfo.h" | 76 #include "core/rendering/ColumnInfo.h" |
80 #include "core/rendering/FilterEffectRenderer.h" | 77 #include "core/rendering/FilterEffectRenderer.h" |
81 #include "core/rendering/HitTestRequest.h" | 78 #include "core/rendering/HitTestRequest.h" |
82 #include "core/rendering/HitTestResult.h" | 79 #include "core/rendering/HitTestResult.h" |
83 #include "core/rendering/HitTestingTransformState.h" | 80 #include "core/rendering/HitTestingTransformState.h" |
84 #include "core/rendering/RenderFlowThread.h" | 81 #include "core/rendering/RenderFlowThread.h" |
85 #include "core/rendering/RenderGeometryMap.h" | 82 #include "core/rendering/RenderGeometryMap.h" |
86 #include "core/rendering/RenderInline.h" | 83 #include "core/rendering/RenderInline.h" |
87 #include "core/rendering/RenderLayerBacking.h" | 84 #include "core/rendering/RenderLayerBacking.h" |
88 #include "core/rendering/RenderLayerCompositor.h" | 85 #include "core/rendering/RenderLayerCompositor.h" |
89 #include "core/rendering/RenderReplica.h" | 86 #include "core/rendering/RenderReplica.h" |
90 #include "core/rendering/RenderScrollbar.h" | 87 #include "core/rendering/RenderScrollbar.h" |
91 #include "core/rendering/RenderScrollbarPart.h" | 88 #include "core/rendering/RenderScrollbarPart.h" |
92 #include "core/rendering/RenderTreeAsText.h" | 89 #include "core/rendering/RenderTreeAsText.h" |
93 #include "core/rendering/RenderView.h" | 90 #include "core/rendering/RenderView.h" |
94 #include "core/rendering/svg/ReferenceFilterBuilder.h" | 91 #include "core/rendering/svg/ReferenceFilterBuilder.h" |
95 #include "core/rendering/svg/RenderSVGResourceClipper.h" | 92 #include "core/rendering/svg/RenderSVGResourceClipper.h" |
| 93 #include "platform/geometry/FloatPoint3D.h" |
| 94 #include "platform/geometry/FloatRect.h" |
| 95 #include "platform/transforms/TransformationMatrix.h" |
96 #include "wtf/StdLibExtras.h" | 96 #include "wtf/StdLibExtras.h" |
97 #include "wtf/UnusedParam.h" | 97 #include "wtf/UnusedParam.h" |
98 #include "wtf/text/CString.h" | 98 #include "wtf/text/CString.h" |
99 | 99 |
100 #define MIN_INTERSECT_FOR_REVEAL 32 | 100 #define MIN_INTERSECT_FOR_REVEAL 32 |
101 | 101 |
102 using namespace std; | 102 using namespace std; |
103 | 103 |
104 namespace WebCore { | 104 namespace WebCore { |
105 | 105 |
(...skipping 5471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5577 } | 5577 } |
5578 } | 5578 } |
5579 | 5579 |
5580 void showLayerTree(const WebCore::RenderObject* renderer) | 5580 void showLayerTree(const WebCore::RenderObject* renderer) |
5581 { | 5581 { |
5582 if (!renderer) | 5582 if (!renderer) |
5583 return; | 5583 return; |
5584 showLayerTree(renderer->enclosingLayer()); | 5584 showLayerTree(renderer->enclosingLayer()); |
5585 } | 5585 } |
5586 #endif | 5586 #endif |
OLD | NEW |