Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Again a two-word super tiny typo #42181

Merged
merged 2 commits into from
May 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/ui/painting/display_list_deferred_image_gpu_impeller.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class DlDeferredImageGPUImpeller final : public DlImage {
fml::RefPtr<fml::TaskRunner> raster_task_runner);

// If a layer tree is provided, it will be flattened during the raster
// thread task spwaned by this method. After being flattened into a display
// thread task spawned by this method. After being flattened into a display
// list, the image wrapper will be updated to hold this display list and the
// layer tree can be dropped.
void SnapshotDisplayList(std::unique_ptr<LayerTree> layer_tree = nullptr);
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/painting/display_list_deferred_image_gpu_skia.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class DlDeferredImageGPUSkia final : public DlImage {
fml::RefPtr<SkiaUnrefQueue> unref_queue);

// If a layer tree is provided, it will be flattened during the raster
// thread task spwaned by this method. After being flattened into a display
// thread task spawned by this method. After being flattened into a display
// list, the image wrapper will be updated to hold this display list and the
// layer tree can be dropped.
void SnapshotDisplayList(std::unique_ptr<LayerTree> layer_tree = nullptr);
Expand Down