michael@0: michael@0: /* michael@0: * Copyright 2010 Google Inc. michael@0: * michael@0: * Use of this source code is governed by a BSD-style license that can be michael@0: * found in the LICENSE file. michael@0: */ michael@0: michael@0: michael@0: michael@0: #ifndef SkGrTexturePixelRef_DEFINED michael@0: #define SkGrTexturePixelRef_DEFINED michael@0: michael@0: #include "SkGrPixelRef.h" michael@0: michael@0: typedef SkGrPixelRef SkGrTexturePixelRef; michael@0: typedef SkGrPixelRef SkGrRenderTargetPixelRef; michael@0: michael@0: #endif