Bug 215858 - Avoid unnecessarily copying a Vector in WebCore::transformsForValue
Summary: Avoid unnecessarily copying a Vector in WebCore::transformsForValue
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Wenson Hsieh
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-08-26 12:32 PDT by Wenson Hsieh
Modified: 2020-08-26 15:35 PDT (History)
10 users (show)

See Also:


Attachments
Patch (8.25 KB, patch)
2020-08-26 12:40 PDT, Wenson Hsieh
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 2020-08-26 12:32:53 PDT
Vector<RefPtr<TransformOperation>> is copied in this helper function, (seemingly) without need.
Comment 1 Wenson Hsieh 2020-08-26 12:40:40 PDT
Created attachment 407323 [details]
Patch
Comment 2 EWS 2020-08-26 15:34:54 PDT
Committed r266198: <https://trac.webkit.org/changeset/266198>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 407323 [details].
Comment 3 Radar WebKit Bug Importer 2020-08-26 15:35:17 PDT
<rdar://problem/67833529>