OSDN Git Service

選択領域の表示時の処理を最適化した
[fooeditengine/FooEditEngine.git] / WPF / UnitTest / DummyRender.cs
index 43d2e78..dd146d4 100644 (file)
@@ -120,7 +120,7 @@ namespace UnitTest
             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();
         }