aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrProcessorDataManager.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-07-09 06:28:14 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-09 06:28:14 -0700
commit9cc1775e7230579ad15345bdcb59fa517c17f870 (patch)
tree9e555bccd9ec1161fe61f33d44ae77bba7ef6544 /include/gpu/GrProcessorDataManager.h
parent426388eeb7fd5cb9226fb1d2067c04f3aba8d094 (diff)
rename GrShaderDataManager -> GrProcessorDataManager
Diffstat (limited to 'include/gpu/GrProcessorDataManager.h')
-rw-r--r--include/gpu/GrProcessorDataManager.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/gpu/GrProcessorDataManager.h b/include/gpu/GrProcessorDataManager.h
new file mode 100644
index 0000000000..0f376b7be2
--- /dev/null
+++ b/include/gpu/GrProcessorDataManager.h
@@ -0,0 +1,13 @@
+/*
+ * Copyright 2015 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef GrProcessorDataManager_DEFINED
+#define GrProcessorDataManager_DEFINED
+
+class GrProcessorDataManager {};
+
+#endif