23 std::shared_ptr<impeller::Context> context,
24 std::shared_ptr<impeller::Surface>
surface);
27 std::shared_ptr<impeller::Context> context,
28 std::shared_ptr<impeller::RenderTarget>
surface);
54 int width()
const override;
57 int height()
const override;
61 std::shared_ptr<impeller::Context> context_;
62 std::shared_ptr<impeller::Surface> surface_;
63 std::shared_ptr<impeller::RenderTarget> target_holder_;
70 void DoRenderDisplayList(
const sk_sp<DisplayList>& display_list);
72 static std::shared_ptr<impeller::TypographerContext> typographer_context_;