Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
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
6 changes: 0 additions & 6 deletions lib/ui/painting/canvas.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,6 @@ class Canvas : public RefCountedDartWrappable<Canvas>, DisplayListOpFlags {
private:
explicit Canvas(sk_sp<DisplayListBuilder> builder);

// A copy of the recorder used by the SkCanvas->DisplayList adapter for cases
// where we cannot record the SkCanvas method call through the various OnOp()
// virtual methods or where we can be more efficient by talking directly in
// the DisplayList operation lexicon. The recorder has a method for recording
// paint attributes from an SkPaint and an operation type as well as access
// to the raw DisplayListBuilder for emitting custom rendering operations.
sk_sp<DisplayListBuilder> display_list_builder_;
};

Expand Down