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

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