|
Cosmetic change to base class lists.
We have inconsistent style for multiple-line base class list.
A) 37 instances
class Foo
: public BaseA
, public BaseB
, public BaseC {
...
B) 17 instances
class Foo :
public BaseA,
public BaseB,
public BaseC {
....
The number of A is larger than the number of B, and A is consistent with the
initialization list style. This CL changes B to A.
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179018
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+60 lines, -62 lines) |
Patch |
 |
M |
Source/core/inspector/InspectorDOMDebuggerAgent.h
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/PageDebuggerAgent.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGLengthListTearOff.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGNumberListTearOff.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGPathSegListTearOff.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGPointListTearOff.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGTransformListTearOff.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/modules/screen_orientation/ScreenOrientation.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/modules/screen_orientation/ScreenOrientationController.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/modules/screen_orientation/ScreenScreenOrientation.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/ServiceWorkerContainerClient.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/WaitUntilObserver.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/web/CompositionUnderlineVectorBuilder.h
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/web/ServiceWorkerGlobalScopeProxy.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebDevToolsAgentImpl.h
|
View
|
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebEmbeddedWorkerImpl.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebPagePopupImpl.h
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|