aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrMatrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrMatrix.h')
-rw-r--r--include/gpu/GrMatrix.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/gpu/GrMatrix.h b/include/gpu/GrMatrix.h
new file mode 100644
index 0000000000..055680ac40
--- /dev/null
+++ b/include/gpu/GrMatrix.h
@@ -0,0 +1,19 @@
+
+/*
+ * Copyright 2010 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+
+
+#ifndef GrMatrix_DEFINED
+#define GrMatrix_DEFINED
+
+#include "GrRect.h"
+#include "SkMatrix.h"
+
+typedef SkMatrix GrMatrix;
+
+#endif