aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gm.h
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-01-11 13:58:55 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-11 19:53:36 +0000
commitab273facbfe496a3d5dd798e6b4b57c41eed7f16 (patch)
tree443a37908a8c32af2ff3137094430561780f3f41 /gm/gm.h
parent20d031a6ad7853eec166a4a648c09b12e4f32008 (diff)
move SkTRegister.h into tools
BUG=skia: Change-Id: Ie7d4fac3024b361a281f456fec2b3a837e2bfe43 Reviewed-on: https://skia-review.googlesource.com/6881 Commit-Queue: Mike Reed <reed@google.com> Reviewed-by: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'gm/gm.h')
-rw-r--r--gm/gm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gm/gm.h b/gm/gm.h
index 0b26c16fb3..2e4b602f90 100644
--- a/gm/gm.h
+++ b/gm/gm.h
@@ -13,7 +13,7 @@
#include "SkPaint.h"
#include "SkSize.h"
#include "SkString.h"
-#include "SkTRegistry.h"
+#include "../tools/Registry.h"
#include "sk_tool_utils.h"
#include "SkClipOpPriv.h"
@@ -130,7 +130,7 @@ namespace skiagm {
SkMatrix fStarterMatrix;
};
- typedef SkTRegistry<GM*(*)(void*)> GMRegistry;
+ typedef sk_tools::Registry<GM*(*)(void*)> GMRegistry;
class SimpleGM : public skiagm::GM {
public: