| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 #include "RenderLayer.h" | 45 #include "RenderLayer.h" |
| 46 | 46 |
| 47 #include "AnimationController.h" | 47 #include "AnimationController.h" |
| 48 #include "CSSPropertyNames.h" | 48 #include "CSSPropertyNames.h" |
| 49 #include "Chrome.h" | 49 #include "Chrome.h" |
| 50 #include "ColumnInfo.h" | 50 #include "ColumnInfo.h" |
| 51 #include "Document.h" | 51 #include "Document.h" |
| 52 #include "DocumentEventQueue.h" | 52 #include "DocumentEventQueue.h" |
| 53 #include "EventHandler.h" | 53 #include "EventHandler.h" |
| 54 #include "FilterEffectRenderer.h" | 54 #include "FilterEffectRenderer.h" |
| 55 #include "FloatConversion.h" | |
| 56 #include "FocusController.h" | 55 #include "FocusController.h" |
| 57 #include "Frame.h" | 56 #include "Frame.h" |
| 58 #include "FrameLoader.h" | 57 #include "FrameLoader.h" |
| 59 #include "FrameLoaderClient.h" | 58 #include "FrameLoaderClient.h" |
| 60 #include "FrameSelection.h" | 59 #include "FrameSelection.h" |
| 61 #include "FrameTree.h" | 60 #include "FrameTree.h" |
| 62 #include "FrameView.h" | 61 #include "FrameView.h" |
| 63 #include "HTMLFrameElement.h" | 62 #include "HTMLFrameElement.h" |
| 64 #include "HTMLFrameOwnerElement.h" | 63 #include "HTMLFrameOwnerElement.h" |
| 65 #include "HTMLNames.h" | 64 #include "HTMLNames.h" |
| 66 #include "HistogramSupport.h" | |
| 67 #include "HitTestRequest.h" | 65 #include "HitTestRequest.h" |
| 68 #include "HitTestResult.h" | 66 #include "HitTestResult.h" |
| 69 #include "HitTestingTransformState.h" | 67 #include "HitTestingTransformState.h" |
| 70 #include "OverflowEvent.h" | 68 #include "OverflowEvent.h" |
| 71 #include "OverlapTestRequestClient.h" | 69 #include "OverlapTestRequestClient.h" |
| 72 #include "Page.h" | 70 #include "Page.h" |
| 73 #include "PlatformMouseEvent.h" | |
| 74 #include "RenderArena.h" | 71 #include "RenderArena.h" |
| 75 #include "RenderFlowThread.h" | 72 #include "RenderFlowThread.h" |
| 76 #include "RenderGeometryMap.h" | 73 #include "RenderGeometryMap.h" |
| 77 #include "RenderInline.h" | 74 #include "RenderInline.h" |
| 78 #include "RenderLayerBacking.h" | 75 #include "RenderLayerBacking.h" |
| 79 #include "RenderLayerCompositor.h" | 76 #include "RenderLayerCompositor.h" |
| 80 #include "RenderMarquee.h" | 77 #include "RenderMarquee.h" |
| 81 #include "RenderReplica.h" | 78 #include "RenderReplica.h" |
| 82 #include "RenderSVGResourceClipper.h" | 79 #include "RenderSVGResourceClipper.h" |
| 83 #include "RenderScrollbar.h" | 80 #include "RenderScrollbar.h" |
| 84 #include "RenderScrollbarPart.h" | 81 #include "RenderScrollbarPart.h" |
| 85 #include "RenderTheme.h" | 82 #include "RenderTheme.h" |
| 86 #include "RenderTreeAsText.h" | 83 #include "RenderTreeAsText.h" |
| 87 #include "RenderView.h" | 84 #include "RenderView.h" |
| 88 #include "ScrollAnimator.h" | |
| 89 #include "Scrollbar.h" | |
| 90 #include "ScrollbarTheme.h" | |
| 91 #include "ScrollingCoordinator.h" | 85 #include "ScrollingCoordinator.h" |
| 92 #include "Settings.h" | 86 #include "Settings.h" |
| 93 #include "ShadowRoot.h" | 87 #include "ShadowRoot.h" |
| 94 #include "StaticHashSetNodeList.h" | 88 #include "StaticHashSetNodeList.h" |
| 95 #include "StylePropertySet.h" | 89 #include "StylePropertySet.h" |
| 96 #include "StyleResolver.h" | 90 #include "StyleResolver.h" |
| 97 #include "UseCounter.h" | 91 #include "UseCounter.h" |
| 98 #include "WebCoreMemoryInstrumentation.h" | 92 #include "WebCoreMemoryInstrumentation.h" |
| 93 #include "core/platform/FloatConversion.h" |
| 94 #include "core/platform/HistogramSupport.h" |
| 95 #include "core/platform/PlatformMouseEvent.h" |
| 96 #include "core/platform/ScrollAnimator.h" |
| 97 #include "core/platform/Scrollbar.h" |
| 98 #include "core/platform/ScrollbarTheme.h" |
| 99 #include "core/platform/graphics/FloatPoint3D.h" | 99 #include "core/platform/graphics/FloatPoint3D.h" |
| 100 #include "core/platform/graphics/FloatRect.h" | 100 #include "core/platform/graphics/FloatRect.h" |
| 101 #include "core/platform/graphics/Gradient.h" | 101 #include "core/platform/graphics/Gradient.h" |
| 102 #include "core/platform/graphics/GraphicsContext.h" | 102 #include "core/platform/graphics/GraphicsContext.h" |
| 103 #include "core/platform/graphics/filters/FEColorMatrix.h" | 103 #include "core/platform/graphics/filters/FEColorMatrix.h" |
| 104 #include "core/platform/graphics/filters/FEMerge.h" | 104 #include "core/platform/graphics/filters/FEMerge.h" |
| 105 #include "core/platform/graphics/filters/SourceGraphic.h" | 105 #include "core/platform/graphics/filters/SourceGraphic.h" |
| 106 #include "core/platform/graphics/transforms/ScaleTransformOperation.h" | 106 #include "core/platform/graphics/transforms/ScaleTransformOperation.h" |
| 107 #include "core/platform/graphics/transforms/TransformationMatrix.h" | 107 #include "core/platform/graphics/transforms/TransformationMatrix.h" |
| 108 #include "core/platform/graphics/transforms/TranslateTransformOperation.h" | 108 #include "core/platform/graphics/transforms/TranslateTransformOperation.h" |
| (...skipping 6455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6564 } | 6564 } |
| 6565 } | 6565 } |
| 6566 | 6566 |
| 6567 void showLayerTree(const WebCore::RenderObject* renderer) | 6567 void showLayerTree(const WebCore::RenderObject* renderer) |
| 6568 { | 6568 { |
| 6569 if (!renderer) | 6569 if (!renderer) |
| 6570 return; | 6570 return; |
| 6571 showLayerTree(renderer->enclosingLayer()); | 6571 showLayerTree(renderer->enclosingLayer()); |
| 6572 } | 6572 } |
| 6573 #endif | 6573 #endif |
| OLD | NEW |