aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2017-02-14 16:57:42 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-15 15:29:56 +0000
commit08f14bd478c8ac88f3e503d1d8984d56e6e93c0a (patch)
tree769d972f691a02ecd0ce040e23e55fbb7a7daa42 /src
parent56ec7586f1f3d8d99642a910c20505e83e4e2f54 (diff)
SkPictureImageGenerator.h include guard
Change-Id: I6d9894ce3db427985c000b431fb79388c211b70c Reviewed-on: https://skia-review.googlesource.com/8455 Reviewed-by: Hal Canary <halcanary@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/core/SkPictureImageGenerator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/SkPictureImageGenerator.h b/src/core/SkPictureImageGenerator.h
index cfb36a3601..aca9c2c169 100644
--- a/src/core/SkPictureImageGenerator.h
+++ b/src/core/SkPictureImageGenerator.h
@@ -4,6 +4,8 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+#ifndef SkPictureImageGenerator_DEFINED
+#define SkPictureImageGenerator_DEFINED
#include "SkImageGenerator.h"
#include "SkTLazy.h"
@@ -33,3 +35,4 @@ private:
typedef SkImageGenerator INHERITED;
};
+#endif // SkPictureImageGenerator_DEFINED