fix: remove minor "trailing whitespace" warnings (#21398)
This commit is contained in:
parent
5223d1d774
commit
93802a7e6f
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ index 2851641d0219164185567a100c2c19d49274c233..778da01c7eaf11ef954e213a5a6ecb5e
|
||||||
NSString* const
|
NSString* const
|
||||||
NSAccessibilityTextMarkerNodeDebugDescriptionParameterizedAttribute =
|
NSAccessibilityTextMarkerNodeDebugDescriptionParameterizedAttribute =
|
||||||
@"AXTextMarkerNodeDebugDescription";
|
@"AXTextMarkerNodeDebugDescription";
|
||||||
+#endif
|
+#endif
|
||||||
|
|
||||||
// Other private attributes.
|
// Other private attributes.
|
||||||
NSString* const NSAccessibilitySelectTextWithCriteriaParameterizedAttribute =
|
NSString* const NSAccessibilitySelectTextWithCriteriaParameterizedAttribute =
|
||||||
|
|
|
@ -15,7 +15,7 @@ index ad87f4729fe2cec2cf6e12b5bfcaf68bccf0390d..b1c3fd0f798d520da0637268dcbd51ec
|
||||||
case ui::NativeTheme::kColorId_TableHeaderSeparator:
|
case ui::NativeTheme::kColorId_TableHeaderSeparator:
|
||||||
return GetBorderColor("GtkTreeView#treeview.view GtkButton#button");
|
return GetBorderColor("GtkTreeView#treeview.view GtkButton#button");
|
||||||
|
|
||||||
+ // Results Table
|
+ // Results Table
|
||||||
+ case ui::NativeTheme::kColorId_ResultsTableNormalBackground:
|
+ case ui::NativeTheme::kColorId_ResultsTableNormalBackground:
|
||||||
+ return SkColorFromColorId(
|
+ return SkColorFromColorId(
|
||||||
+ ui::NativeTheme::kColorId_TextfieldDefaultBackground);
|
+ ui::NativeTheme::kColorId_TextfieldDefaultBackground);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue