OSDN Git Service

選択領域の表示時の処理を最適化した
[fooeditengine/FooEditEngine.git] / Core / DummyRender.cs
index 462b8a3..9d78d72 100644 (file)
@@ -125,7 +125,7 @@ namespace FooEditEngine
             throw new NotImplementedException();
         }
 
-        public void DrawOneLine(LineToIndexTable lti, int row, double x, double y, IEnumerable<Selection> SelectRanges)
+        public void DrawOneLine(Document doc, LineToIndexTable lti, int row, double x, double y)
         {
             throw new NotImplementedException();
         }