Taking a new approach to make these quicker to review - each file includes a comment on the line that has usage requiring the include (and the associated build error and link as supporting evidence). These are split off from another CL that's removing an include.
I recommend using the "Comments" tab to review as it efficiently provides all the context with these comments.
set_fixed_width(views::LayoutProvider::Get()->GetDistanceMetric(`incomplete type 'views::LayoutProvider' named in nested name specifier`
set_fixed_width(views::LayoutProvider::Get()->GetDistanceMetric(`incomplete type 'views::LayoutProvider' named in nested name specifier`
model_host->set_fixed_width(views::LayoutProvider::Get()->GetDistanceMetric(`incomplete type 'views::LayoutProvider' named in nested name specifier`
? overlay_web_view_->GetLayoutProvider()->GetCornerRadiusMetric(`member access into incomplete type 'const LayoutProvider'`
views::LayoutProvider::Get()->GetDistanceMetric(`incomplete type 'views::LayoutProvider' named in nested name specifier`
views::LayoutProvider::Get()->GetDistanceMetric(`incomplete type 'views::LayoutProvider' named in nested name specifier`
views::LayoutProvider::Get()->GetCornerRadiusMetric(`incomplete type 'views::LayoutProvider' named in nested name specifier`
set_fixed_width(views::LayoutProvider::Get()->GetDistanceMetric(`incomplete type 'views::LayoutProvider' named in nested name specifier`
return views::LayoutProvider::Get()->GetCornerRadiusMetric(`incomplete type 'views::LayoutProvider' named in nested name specifier`
void SetWidth(views::DistanceMetric metric);`no type named 'DistanceMetric' in namespace 'views'`
https://ci.chromium.org/b/8688028021063897969
Note: `views::DistanceMetric` is an enum and cannot be forward declared.
const auto* layout_provider = views::LayoutProvider::Get();`incomplete type 'views::LayoutProvider' named in nested name specifier`
delegate->set_fixed_width(views::LayoutProvider::Get()->GetDistanceMetric(`incomplete type 'views::LayoutProvider' named in nested name specifier`
| 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. |
| Commit-Queue | +2 |
Taking a new approach to make these quicker to review - each file includes a comment on the line that has usage requiring the include (and the associated build error and link as supporting evidence). These are split off from another CL that's removing an include.
I recommend using the "Comments" tab to review as it efficiently provides all the context with these comments.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Add some missing includes of //ui/views/layout/layout_provider.h
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |