DescriptionMake sure BitmapUploader Returns Resources
bitmap_uploader was inheriting from mus::mojom::SurfaceClient directly
instead of from WindowSurfaceClient. Unfortunately, ReturnResources
callbacks were going to the mus client lib and not to BitmapUploader and so
BitmapUploader never returned any resources.
This CL makes BitmapUploader a mus::WindowSurfaceClient and sets itself
as the client for the provided WindowSurface.
BUG=600807
Committed: https://crrev.com/7e1c9478cb013c8c9a485bbc5e3342d6f0a09aac
Cr-Commit-Position: refs/heads/master@{#385655}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Made destructor virtual #
Total comments: 2
Patch Set 3 : Addressed Scott's comment #
Messages
Total messages: 18 (7 generated)
|