| Commit-Queue | +1 |
dtapuska@ for audit_non_blink_usage.py
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
#include "third_party/blink/public/mojom/frame/color_scheme.mojom-blink.h"Use the blink-forward.h header here.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
// pseudo-element's box, and this pseudo0element's box will have LayoutView as```suggestion
// pseudo-element's box, and this pseudo-element's box will have LayoutView as
```
mojom::blink::ColorScheme SkeletonPseudoElement::SkeletonUsedColorScheme() {Mismatch between declaration order and definition order. SkeletonUsedColorScheme() comes last in the .h file.
ComputedStyleBuilder builder =Perhaps a comment about what we're trying to achieve with this style?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
#include "third_party/blink/public/mojom/frame/color_scheme.mojom-blink.h"Use the blink-forward.h header here.
Done
// pseudo-element's box, and this pseudo0element's box will have LayoutView as```suggestion
// pseudo-element's box, and this pseudo-element's box will have LayoutView as
```
Done
mojom::blink::ColorScheme SkeletonPseudoElement::SkeletonUsedColorScheme() {Mismatch between declaration order and definition order. SkeletonUsedColorScheme() comes last in the .h file.
There were pre-existing ordering differences too. I'm typically not strict about this.
Perhaps a comment about what we're trying to achieve with this style?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
2 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: third_party/blink/renderer/core/skeleton/skeleton_pseudo_element.h
Insertions: 1, Deletions: 1.
The diff is too large to show. Please review the diff.
```
```
The name of the file: third_party/blink/renderer/core/skeleton/skeleton_pseudo_element.cc
Insertions: 5, Deletions: 1.
The diff is too large to show. Please review the diff.
```
[Skeleton] Create a box for ::skeleton as a canvas background
Previously, a skeleton without an opaque specified root or body
background would have the hosting page rendered behind it.
Use the used color-scheme value of the skeleton root element to set the
background color.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |