NEW259870
Extend 'isPercent' to 'isPercentOrCalculated' in TranslateTransformOperation.h
https://bugs.webkit.org/show_bug.cgi?id=259870
Summary Extend 'isPercent' to 'isPercentOrCalculated' in TranslateTransformOperation.h
Ahmad Saleem
Reported 2023-08-06 03:16:06 PDT
Hi Team, Was just noting 'TranslateTransformOperation.h' and noticed that we don't use 'isPercentOrCalculated' but just 'isPercent': WebKit Source: https://github.com/WebKit/WebKit/blob/d87a70ea254bd9a81675a7fe688be40987b6a621/Source/WebCore/platform/graphics/transforms/TranslateTransformOperation.h#L69 Locally it compiles with 'isPercentOrCalculated'. Thanks!
Attachments
Radar WebKit Bug Importer
Comment 1 2023-08-13 03:17:12 PDT
Note You need to log in before you can comment on or make changes to this bug.