|
Remove frame flattening from rendering code.
Chromium never enables frame flattening; we can simplify frame rendering by
removing the various paths that only execute if flattening is enabled.
Currently, this patch leaves RenderFrameBase as an empty shell. We can probably
remove that entirely in a subsequent patch.
BUG= 231902
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+20 lines, -325 lines) |
Patch |
 |
M |
Source/WebCore/page/FrameView.h
|
View
|
|
3 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/WebCore/page/FrameView.cpp
|
View
|
1
2
|
9 chunks |
+15 lines, -90 lines |
1 comment
|
Download
|
 |
M |
Source/WebCore/page/Settings.in
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/WebCore/rendering/RenderFrameBase.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
1 comment
|
Download
|
 |
M |
Source/WebCore/rendering/RenderFrameBase.cpp
|
View
|
|
1 chunk |
+0 lines, -64 lines |
0 comments
|
Download
|
 |
M |
Source/WebCore/rendering/RenderFrameSet.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/WebCore/rendering/RenderFrameSet.cpp
|
View
|
|
3 chunks |
+1 line, -120 lines |
0 comments
|
Download
|
 |
M |
Source/WebCore/rendering/RenderIFrame.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/WebCore/rendering/RenderIFrame.cpp
|
View
|
|
2 chunks |
+0 lines, -32 lines |
0 comments
|
Download
|
 |
M |
Source/WebCore/rendering/TextAutosizer.cpp
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/WebKit/chromium/src/WebSettingsImpl.cpp
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|