Fix the issue that Web Audio test case fails on PR3.
[framework/web/webkit-efl.git] / Source / WebCore / rendering / RenderingAllInOne.cpp
1 /*
2  * Copyright (C) 2010 Apple Inc. All Rights Reserved.
3  *
4  * Redistribution and use in source and binary forms, with or without
5  * modification, are permitted provided that the following conditions
6  * are met:
7  * 1. Redistributions of source code must retain the above copyright
8  *    notice, this list of conditions and the following disclaimer.
9  * 2. Redistributions in binary form must reproduce the above copyright
10  *    notice, this list of conditions and the following disclaimer in the
11  *    documentation and/or other materials provided with the distribution.
12  *
13  * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
14  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
16  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
17  * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
18  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
19  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
20  * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
21  * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
23  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
24  */
25
26 // This all-in-one cpp file cuts down on template bloat to allow us to build our Windows release build.
27
28 #include "AutoTableLayout.cpp"
29 #include "BidiRun.cpp"
30 #include "CounterNode.cpp"
31 #include "EllipsisBox.cpp"
32 #include "FilterEffectRenderer.cpp"
33 #include "FixedTableLayout.cpp"
34 #include "HitTestingTransformState.cpp"
35 #include "HitTestResult.cpp"
36 #include "InlineBox.cpp"
37 #include "InlineFlowBox.cpp"
38 #include "InlineTextBox.cpp"
39 #include "LayoutRepainter.cpp"
40 #include "LayoutState.cpp"
41 #include "PointerEventsHitRules.cpp"
42 #include "RenderApplet.cpp"
43 #include "RenderArena.cpp"
44 #include "RenderBR.cpp"
45 #include "RenderBlock.cpp"
46 #include "RenderBlockLineLayout.cpp"
47 #include "RenderBox.cpp"
48 #include "RenderBoxModelObject.cpp"
49 #include "RenderButton.cpp"
50 #include "RenderCombineText.cpp"
51 #include "RenderCounter.cpp"
52 #include "RenderDeprecatedFlexibleBox.cpp"
53 #include "RenderDetailsMarker.cpp"
54 #include "RenderEmbeddedObject.cpp"
55 #include "RenderFieldset.cpp"
56 #include "RenderFileUploadControl.cpp"
57 #include "RenderFrame.cpp"
58 #include "RenderFrameBase.cpp"
59 #include "RenderFrameSet.cpp"
60 #include "RenderHTMLCanvas.cpp"
61 #include "RenderIFrame.cpp"
62 #include "RenderImage.cpp"
63 #include "RenderImageResource.cpp"
64 #include "RenderImageResourceStyleImage.cpp"
65 #include "RenderInline.cpp"
66 #include "RenderLayer.cpp"
67 #include "RenderLayerCompositor.cpp"
68 #include "RenderLineBoxList.cpp"
69 #include "RenderListBox.cpp"
70 #include "RenderListItem.cpp"
71 #include "RenderListMarker.cpp"
72 #include "RenderMarquee.cpp"
73 #include "RenderMedia.cpp"
74 #include "RenderMediaControls.cpp"
75 #include "RenderMenuList.cpp"
76 #include "RenderMeter.cpp"
77 #include "RenderMultiColumnBlock.cpp"
78 #include "RenderMultiColumnFlowThread.cpp"
79 #include "RenderMultiColumnSet.cpp"
80 #include "RenderObject.cpp"
81 #include "RenderObjectChildList.cpp"
82 #include "RenderPart.cpp"
83 #include "RenderProgress.cpp"
84 #include "RenderQuote.cpp"
85 #include "RenderReplaced.cpp"
86 #include "RenderReplica.cpp"
87 #include "RenderRuby.cpp"
88 #include "RenderRubyBase.cpp"
89 #include "RenderRubyRun.cpp"
90 #include "RenderRubyText.cpp"
91 #include "RenderScrollbar.cpp"
92 #include "RenderScrollbarPart.cpp"
93 #include "RenderScrollbarTheme.cpp"
94 #include "RenderSearchField.cpp"
95 #include "RenderSlider.cpp"
96 #include "RenderTable.cpp"
97 #include "RenderTableCaption.cpp"
98 #include "RenderTableCell.cpp"
99 #include "RenderTableCol.cpp"
100 #include "RenderTableRow.cpp"
101 #include "RenderTableSection.cpp"
102 #include "RenderText.cpp"
103 #include "RenderTextControl.cpp"
104 #include "RenderTextControlMultiLine.cpp"
105 #include "RenderTextControlSingleLine.cpp"
106 #include "RenderTextFragment.cpp"
107 #include "RenderTheme.cpp"
108 #include "RenderThemeWin.cpp"
109 #include "RenderTreeAsText.cpp"
110 #include "RenderVideo.cpp"
111 #include "RenderView.cpp"
112 #include "RenderWidget.cpp"
113 #include "RenderWordBreak.cpp"
114 #include "RootInlineBox.cpp"
115 #include "ScrollBehavior.cpp"
116 #include "break_lines.cpp"