aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/lighting.cpp
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-03-22 13:47:51 -0400
committerGravatar Mike Klein <mtklein@chromium.org>2017-03-22 18:11:49 +0000
commit33d2055e594177b27360f84e0631b26d74a55a9b (patch)
treebfa9cca0636a6022134fa48af12360c752123afd /gm/lighting.cpp
parent4ef01482025e2e629e35458aa214436d3b4138e8 (diff)
GM: some header cleanup
gm.h includes sk_tool_utils.h but does not use it. The bulk of this CL makes each gm that uses sk_tool_utils include it. sk_tool_utils.h also provided SkRandom and SkTDArray, so a couple GMs add those headers too. Change-Id: Ieb2a7c542f0ca89c3223f744fc11b0ff37af36c1 Reviewed-on: https://skia-review.googlesource.com/10014 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by: Herb Derby <herb@google.com>
Diffstat (limited to 'gm/lighting.cpp')
-rw-r--r--gm/lighting.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gm/lighting.cpp b/gm/lighting.cpp
index 97c6f52fef..0c45065d4c 100644
--- a/gm/lighting.cpp
+++ b/gm/lighting.cpp
@@ -6,6 +6,7 @@
*/
#include "gm.h"
+#include "sk_tool_utils.h"
#include "SkAnimTimer.h"
#include "SkLightingImageFilter.h"
#include "SkOffsetImageFilter.h"