aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/SkGrTexturePixelRef.h
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2016-07-13 13:43:49 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-13 13:43:49 -0700
commit9f012764641a6dc1d71a720caa74547b9f13a228 (patch)
treeaee716e2d720031daf97bd87c2db731736a7c55e /include/gpu/SkGrTexturePixelRef.h
parent97f6cd5d0fc84dbed7cd8770b79695df83c69444 (diff)
move GrPixelRef headers to private (as we work to eliminate them)
Diffstat (limited to 'include/gpu/SkGrTexturePixelRef.h')
-rw-r--r--include/gpu/SkGrTexturePixelRef.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/gpu/SkGrTexturePixelRef.h b/include/gpu/SkGrTexturePixelRef.h
deleted file mode 100644
index 712951235d..0000000000
--- a/include/gpu/SkGrTexturePixelRef.h
+++ /dev/null
@@ -1,19 +0,0 @@
-
-/*
- * 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