aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-07-28 09:54:52 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-28 09:54:52 -0700
commitfd8ed69447f2a126f7006a1a95356f15feca3797 (patch)
tree8aebce472758e2eae8b59358eee8ef98f285f58f /include/views
parent3073b5fabe5af86afa9bae6e644f6cc515e6c438 (diff)
Move SkTHash.h to include/private.
include/views/SkOSWindow_Win.h includes it. To move SkTHash.h to include/private, SkChecksum.h needs to go there too. To move SkChecksum.h to include/private, SkTLogic needs to go there too. This adds a bunch of -Iinclude/private to tools.gyp I missed in the last CL. No public API changes. TBR=reed@google.com BUG=skia:4126 Review URL: https://codereview.chromium.org/1260613006
Diffstat (limited to 'include/views')
-rw-r--r--include/views/SkOSWindow_Win.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/views/SkOSWindow_Win.h b/include/views/SkOSWindow_Win.h
index e7bba18205..85cfec14f8 100644
--- a/include/views/SkOSWindow_Win.h
+++ b/include/views/SkOSWindow_Win.h
@@ -10,9 +10,9 @@
#ifndef SkOSWindow_Win_DEFINED
#define SkOSWindow_Win_DEFINED
-#include "SkWindow.h"
#include "../../src/core/SkFunction.h"
-#include "../../src/core/SkTHash.h"
+#include "../private/SkTHash.h"
+#include "SkWindow.h"
#if SK_ANGLE
#include "EGL/egl.h"