aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/DataRefTest.cpp
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2016-11-07 18:05:29 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-11-08 20:20:15 +0000
commitbf111d7bc9ba3857433e30eae27f0272c34ed0fb (patch)
tree878660f011e2513791d588b621bc16fa047484da /tests/DataRefTest.cpp
parentfa2c4788ce04f80ff7a5887613d93a4053cd174b (diff)
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 <mtklein@chromium.org> Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'tests/DataRefTest.cpp')
-rw-r--r--tests/DataRefTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/DataRefTest.cpp b/tests/DataRefTest.cpp
index ab33d8c09c..d6e994cb65 100644
--- a/tests/DataRefTest.cpp
+++ b/tests/DataRefTest.cpp
@@ -8,6 +8,7 @@
#include "SkData.h"
#include "SkDataTable.h"
#include "SkOSFile.h"
+#include "SkOSPath.h"
#include "SkReadBuffer.h"
#include "SkWriteBuffer.h"
#include "SkStream.h"