aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2018-06-18 19:32:04 +0000
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-18 19:32:09 +0000
commit3ff2b200573354c83bbb52ff2f5f760eb481596e (patch)
tree0a658be5c7c7e71746deac8f6ffeb47479f58153 /gm
parent1c477fc263cf37c27cd92740d9328445420a926d (diff)
Revert "Remove old references to SampleApp"
This reverts commit 1c477fc263cf37c27cd92740d9328445420a926d. Reason for revert: Botpocalypse. Original change's description: > Remove old references to SampleApp > > Docs-Preview: https://skia.org/?cl=135570 > Change-Id: I330ffa964c2d90ca8d3cd844aabcd8616ccd0540 > Reviewed-on: https://skia-review.googlesource.com/135570 > Reviewed-by: Cary Clark <caryclark@google.com> > Commit-Queue: Brian Osman <brianosman@google.com> TBR=halcanary@google.com,brianosman@google.com,caryclark@google.com Change-Id: I514e2c7bca8a1ebd311593573a94e8a078695785 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://skia-review.googlesource.com/135600 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to 'gm')
-rw-r--r--gm/image.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/gm/image.h b/gm/image.h
new file mode 100644
index 0000000000..25711be61d
--- /dev/null
+++ b/gm/image.h
@@ -0,0 +1,14 @@
+//
+// image.h
+// SampleApp
+//
+// Created by Mike Reed on 7/27/12.
+//
+//
+
+#ifndef __SampleApp__image__
+#define __SampleApp__image__
+
+#include <iostream>
+
+#endif /* defined(__SampleApp__image__) */