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/SampleIdentityScale.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samplecode/SampleIdentityScale.cpp') diff --git a/samplecode/SampleIdentityScale.cpp b/samplecode/SampleIdentityScale.cpp index 6bf948daed..2ec9112800 100644 --- a/samplecode/SampleIdentityScale.cpp +++ b/samplecode/SampleIdentityScale.cpp @@ -80,5 +80,5 @@ private: ////////////////////////////////////////////////////////////////////////////// -static SkView* MyFactory() { return new IdentityScaleView("mandrill_256.png"); } +static SkView* MyFactory() { return new IdentityScaleView("images/mandrill_256.png"); } static SkViewRegister reg(MyFactory); -- cgit v1.2.3