Hi,
I encountered issues downstream in M141 after recent forward decl changes (suspect https://chromium-review.googlesource.com/c/chromium/src/+/6886677 but never bisected). We've had to add these includes to get a successful Chromium build in M141 and M142. Open to other solutions than just "give the compiler what it's asking for" if you have suggestions.
Please submit if approved - I'm not a committer.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Could you check if https://chromium-review.googlesource.com/c/chromium/src/+/6965399 alternatively fixes the issue for you, if you haven't already?
That ended up being the fix for a very similar issue reported in https://chromium-review.googlesource.com/c/chromium/src/+/6955056, so I think it might also fix the build error you're seeing. I don't think the change in this CL, of adding `css_style_sheet.h` to all observable arrays in `observerable_array.py` would be correct since most shouldn't need it.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Could you check if https://chromium-review.googlesource.com/c/chromium/src/+/6965399 alternatively fixes the issue for you, if you haven't already?
That ended up being the fix for a very similar issue reported in https://chromium-review.googlesource.com/c/chromium/src/+/6955056, so I think it might also fix the build error you're seeing. I don't think the change in this CL, of adding `css_style_sheet.h` to all observable arrays in `observerable_array.py` would be correct since most shouldn't need it.
That fix seems to do the job. Looks like Lauren hit the same issue! I'll confirm later this week that we don't see any issues an dabandor t
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |