update skia

This commit is contained in:
Luke Pulverenti
2017-05-12 00:57:09 -04:00
parent d8ca80f847
commit 21d2573d05
4 changed files with 27 additions and 8 deletions

View File

@@ -50,5 +50,7 @@ namespace MediaBrowser.Controller.Drawing
/// </summary>
/// <value><c>true</c> if [supports image encoding]; otherwise, <c>false</c>.</value>
bool SupportsImageEncoding { get; }
ImageSize GetImageSize(string path);
}
}