aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPictureRecorder.h
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-07-28 11:51:50 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-28 11:51:50 -0700
commitd12e6ffa5cc1c1af47bf73c7c127d8d7f7443058 (patch)
tree86aecf4a41a2fcc5bf61557b11b7f0d70426c81d /include/core/SkPictureRecorder.h
parent570e7a34dab7800ccb1cfea03762367e24687b71 (diff)
Move the rest of src headers used by include to include/private.
$ git grep "../../src/" | grep include now returns nothing. BUG=skia:4126 No public API changes. TBR=reed@google.com Review URL: https://codereview.chromium.org/1261013003
Diffstat (limited to 'include/core/SkPictureRecorder.h')
-rw-r--r--include/core/SkPictureRecorder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPictureRecorder.h b/include/core/SkPictureRecorder.h
index b24975acde..a1ec7a70a3 100644
--- a/include/core/SkPictureRecorder.h
+++ b/include/core/SkPictureRecorder.h
@@ -8,7 +8,7 @@
#ifndef SkPictureRecorder_DEFINED
#define SkPictureRecorder_DEFINED
-#include "../../src/core/SkMiniRecorder.h"
+#include "../private/SkMiniRecorder.h"
#include "SkBBHFactory.h"
#include "SkPicture.h"
#include "SkRefCnt.h"