diff options
Diffstat (limited to 'include/gpu/GrMatrix.h')
-rw-r--r-- | include/gpu/GrMatrix.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/gpu/GrMatrix.h b/include/gpu/GrMatrix.h deleted file mode 100644 index 055680ac40..0000000000 --- a/include/gpu/GrMatrix.h +++ /dev/null @@ -1,19 +0,0 @@ - -/* - * 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 |