From bf111d7bc9ba3857433e30eae27f0272c34ed0fb Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Mon, 7 Nov 2016 18:05:29 -0500 Subject: Move SkOSPath out of include/core. It is moved to src/utils. It is almost a tool, but has two uses in src/ports. The existing SkOSFile.cpp is left empty for the time being since it is mentioned in Chromium's BUILD.gn for Skia. Change-Id: I3bb7f7c4214359eb6ab906bfe76737d20bf1d6c7 Reviewed-on: https://skia-review.googlesource.com/4536 Reviewed-by: Mike Klein Commit-Queue: Ben Wagner --- tests/StreamTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/StreamTest.cpp') diff --git a/tests/StreamTest.cpp b/tests/StreamTest.cpp index b99b001193..b330745fb8 100644 --- a/tests/StreamTest.cpp +++ b/tests/StreamTest.cpp @@ -9,6 +9,7 @@ #include "SkData.h" #include "SkFrontBufferedStream.h" #include "SkOSFile.h" +#include "SkOSPath.h" #include "SkRandom.h" #include "SkStream.h" #include "SkStreamPriv.h" -- cgit v1.2.3