robertphillips@google.com | ecf1f32 | 2012-06-28 21:59:38 +0000 | [diff] [blame] | 1 | |
| 2 | /* |
| 3 | * Copyright 2010 Google Inc. |
| 4 | * |
| 5 | * Use of this source code is governed by a BSD-style license that can be |
| 6 | * found in the LICENSE file. |
| 7 | */ |
| 8 | |
| 9 | |
| 10 | |
| 11 | #ifndef SkGrTexturePixelRef_DEFINED |
| 12 | #define SkGrTexturePixelRef_DEFINED |
| 13 | |
robertphillips@google.com | 41efe04 | 2012-06-29 20:55:14 +0000 | [diff] [blame] | 14 | #include "SkGrPixelRef.h" |
robertphillips@google.com | ecf1f32 | 2012-06-28 21:59:38 +0000 | [diff] [blame] | 15 | |
robertphillips@google.com | 41efe04 | 2012-06-29 20:55:14 +0000 | [diff] [blame] | 16 | typedef SkGrPixelRef SkGrTexturePixelRef; |
| 17 | typedef SkGrPixelRef SkGrRenderTargetPixelRef; |
robertphillips@google.com | ecf1f32 | 2012-06-28 21:59:38 +0000 | [diff] [blame] | 18 | |
| 19 | #endif |