From c465d13e6fca5e171bde45d35b2dd43117f4702e Mon Sep 17 00:00:00 2001 From: Hal Canary Date: Fri, 8 Dec 2017 10:21:31 -0500 Subject: resources: orgainize directory. Should make it easier to ask just for images. Change-Id: If821743dc924c4bfbc6b2b2d29b14affde7b3afd Reviewed-on: https://skia-review.googlesource.com/82684 Commit-Queue: Hal Canary Reviewed-by: Leon Scroggins --- samplecode/SampleFilterQuality.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samplecode/SampleFilterQuality.cpp') diff --git a/samplecode/SampleFilterQuality.cpp b/samplecode/SampleFilterQuality.cpp index a68fa173fc..d7edbd3e90 100644 --- a/samplecode/SampleFilterQuality.cpp +++ b/samplecode/SampleFilterQuality.cpp @@ -28,7 +28,7 @@ static sk_sp make_surface(SkCanvas* canvas, const SkImageInfo& info) } static sk_sp make_shader(const SkRect& bounds) { - sk_sp image(GetResourceAsImage("mandrill_128.png")); + sk_sp image(GetResourceAsImage("images/mandrill_128.png")); return image ? image->makeShader() : nullptr; } -- cgit v1.2.3