Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Prev Previous commit
Next Next commit
fix compile error
  • Loading branch information
jonahwilliams committed Mar 13, 2023
commit 1587dd6f27065b79f62fc28046c59919f372081a
4 changes: 0 additions & 4 deletions impeller/entity/contents/color_source_contents.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ class ColorSourceContents : public Contents {
protected:
const std::shared_ptr<Geometry>& GetGeometry() const;

const Matrix& GetInverseMatrix() const;

Scalar GetAlpha() const;

private:
std::shared_ptr<Geometry> geometry_;
Matrix inverse_matrix_;
Expand Down