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>
This commit is contained in:
Hal Canary 2017-02-14 16:57:42 -05:00 committed by Skia Commit-Bot
parent 56ec7586f1
commit 08f14bd478

View File

@ -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