Bug 218689 - Clean up some logic in RemoteImageBuffer and RemoteRenderingBackend
Summary: Clean up some logic in RemoteImageBuffer and RemoteRenderingBackend
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Wenson Hsieh
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks: 218426
  Show dependency treegraph
 
Reported: 2020-11-07 11:52 PST by Wenson Hsieh
Modified: 2020-11-07 14:13 PST (History)
4 users (show)

See Also:


Attachments
Patch (19.26 KB, patch)
2020-11-07 12:10 PST, 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-11-07 11:52:12 PST
Namely: make RemoteRenderingBackend the ItemBufferReadingClient, so that we don't need to static_cast image buffers to their concrete classes in RemoteRenderingBackend.
Comment 1 Wenson Hsieh 2020-11-07 12:10:36 PST
Created attachment 413532 [details]
Patch
Comment 2 Wenson Hsieh 2020-11-07 14:03:48 PST
Comment on attachment 413532 [details]
Patch

Thanks for the review!
Comment 3 EWS 2020-11-07 14:13:37 PST
Committed r269564: <https://trac.webkit.org/changeset/269564>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 413532 [details].