Bug 184416 - Make ImageFrame non-copyable
Summary: Make ImageFrame non-copyable
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 184418
Blocks:
  Show dependency treegraph
 
Reported: 2018-04-09 06:17 PDT by Antti Koivisto
Modified: 2018-04-11 09:23 PDT (History)
1 user (show)

See Also:


Attachments
patch (8.83 KB, patch)
2018-04-09 06:27 PDT, Antti Koivisto
no flags Details | Formatted Diff | Diff
patch (9.09 KB, patch)
2018-04-11 09:08 PDT, Antti Koivisto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2018-04-09 06:17:29 PDT
ImageFrame is a non-trivial type. This simplified the code as they no longer need to be copyable. It also makes future improvements simpler.
Comment 1 Antti Koivisto 2018-04-09 06:27:22 PDT
Created attachment 337493 [details]
patch
Comment 2 Antti Koivisto 2018-04-11 09:08:42 PDT
Created attachment 337706 [details]
patch