Skip to content

Commit 3905cb1

Browse files
author
jonahwilliams
committed
++
1 parent ca273f4 commit 3905cb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

impeller/entity/geometry.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ class VerticesGeometry : public Geometry {
8686
const Entity& entity,
8787
RenderPass& pass) = 0;
8888

89-
virtual bool HasTextureCoordinates() const;
89+
virtual bool HasTextureCoordinates() const = 0;
9090

91-
virtual bool HasVertexColors() const;
91+
virtual bool HasVertexColors() const = 0;
9292
};
9393

9494
/// @brief A geometry that is created from a filled path object.

0 commit comments

Comments
 (0)