aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/SkGrTexturePixelRef.h
blob: ffa4bef4441bda2e1798c789f54692e88453fd4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

/*
 * 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

#include "SkGrPixelRef.h"

typedef SkGrPixelRef SkGrTexturePixelRef;
typedef SkGrPixelRef SkGrRenderTargetPixelRef;

#endif