|
Constify and use reference for RenderStyle in LayoutTheme
As part of this change, fixed some functions to take
a constant reference as they were not expected to modify
the RenderStyle.
Another step towards making RenderObject::style()
return a const RenderStyle.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189565
Total comments: 18
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+394 lines, -393 lines) |
Patch |
 |
M |
Source/core/css/resolver/StyleAdjuster.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/layout/LayoutSlider.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/layout/LayoutSliderThumb.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/layout/LayoutSliderThumb.cpp
|
View
|
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/LayoutTheme.h
|
View
|
|
8 chunks |
+28 lines, -28 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/LayoutTheme.cpp
|
View
|
1
|
18 chunks |
+102 lines, -102 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/LayoutThemeChromiumAndroid.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/layout/LayoutThemeChromiumAndroid.cpp
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/LayoutThemeChromiumDefault.h
|
View
|
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/LayoutThemeChromiumDefault.cpp
|
View
|
|
6 chunks |
+24 lines, -24 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/LayoutThemeChromiumMac.h
|
View
|
1
|
8 chunks |
+23 lines, -23 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/LayoutThemeChromiumMac.mm
|
View
|
1
|
24 chunks |
+117 lines, -117 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/LayoutThemeChromiumSkia.h
|
View
|
|
4 chunks |
+18 lines, -18 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/LayoutThemeChromiumSkia.cpp
|
View
|
|
12 chunks |
+33 lines, -33 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderMediaControls.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderMediaControls.cpp
|
View
|
|
7 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderMenuList.cpp
|
View
|
|
2 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderObject.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 7 (2 generated)
|