diff options
Diffstat (limited to 'include/cru/platform/graph/painter.hpp')
-rw-r--r-- | include/cru/platform/graph/painter.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/platform/graph/painter.hpp b/include/cru/platform/graph/painter.hpp index 1096aa7c..97d4b4cf 100644 --- a/include/cru/platform/graph/painter.hpp +++ b/include/cru/platform/graph/painter.hpp @@ -37,5 +37,7 @@ class Painter : public NativeResource { virtual void DrawText(const Point& offset, TextLayout* text_layout, Brush* brush) = 0; + + virtual void EndDraw() = 0; }; } // namespace cru::platform::graph |