From f3c15b7cfc4eed2528f7db87ea6c1444b55ee856 Mon Sep 17 00:00:00 2001 From: bungeman Date: Wed, 19 Aug 2015 11:56:48 -0700 Subject: Move SkTemplates.h to private. SkTemplates.h contains a number of Skia specific utilities which are not designed for external use. In addition to reducing the external support burden, this will allow Skia to freely refactor this file. Review URL: https://codereview.chromium.org/1272293004 --- src/image/SkImage_Base.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/image') diff --git a/src/image/SkImage_Base.h b/src/image/SkImage_Base.h index 37dcb40d25..38f99064a0 100644 --- a/src/image/SkImage_Base.h +++ b/src/image/SkImage_Base.h @@ -11,6 +11,8 @@ #include "SkImage.h" #include "SkSurface.h" +#include + enum { kNeedNewImageUniqueID = 0 }; -- cgit v1.2.3