blob: 712951235d3f0f2d594579bca65127ca561b5f70 [file] [log] [blame]
robertphillips@google.comecf1f322012-06-28 21:59:38 +00001
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.com41efe042012-06-29 20:55:14 +000014#include "SkGrPixelRef.h"
robertphillips@google.comecf1f322012-06-28 21:59:38 +000015
robertphillips@google.com41efe042012-06-29 20:55:14 +000016typedef SkGrPixelRef SkGrTexturePixelRef;
17typedef SkGrPixelRef SkGrRenderTargetPixelRef;
robertphillips@google.comecf1f322012-06-28 21:59:38 +000018
19#endif