From 8c5b05bcfce96495b4ffc4209ab8feda12597729 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 27 Jun 2019 15:29:13 +0800 Subject: ... --- include/cru/platform/graph/painter.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/cru/platform/graph') 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 -- cgit v1.2.3