2012-06-28 21:59:38 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* 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 SkGrTexturePixelRef_DEFINED
|
|
|
|
#define SkGrTexturePixelRef_DEFINED
|
|
|
|
|
2012-06-29 20:55:14 +00:00
|
|
|
#include "SkGrPixelRef.h"
|
2012-06-28 21:59:38 +00:00
|
|
|
|
2012-06-29 20:55:14 +00:00
|
|
|
typedef SkGrPixelRef SkGrTexturePixelRef;
|
|
|
|
typedef SkGrPixelRef SkGrRenderTargetPixelRef;
|
2012-06-28 21:59:38 +00:00
|
|
|
|
|
|
|
#endif
|