From 1433c676d24c43a9becc7952b856821bb3bc79e9 Mon Sep 17 00:00:00 2001 From: bsalomon Date: Thu, 14 Jul 2016 07:53:30 -0700 Subject: Remove SkGrTexturePixelRef and SkGrRenderTargetPixelRef aliases for SkGrPixelRef GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2151873002 Review-Url: https://codereview.chromium.org/2151873002 --- src/gpu/SkGpuDevice.cpp | 2 +- src/gpu/SkGrTexturePixelRef.cpp | 10 ---------- src/gpu/SkGrTexturePixelRef.h | 19 ------------------- 3 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 src/gpu/SkGrTexturePixelRef.cpp delete mode 100644 src/gpu/SkGrTexturePixelRef.h (limited to 'src/gpu') diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp index 41e654a89c..e978bafa7e 100644 --- a/src/gpu/SkGpuDevice.cpp +++ b/src/gpu/SkGpuDevice.cpp @@ -18,8 +18,8 @@ #include "SkCanvasPriv.h" #include "SkErrorInternals.h" #include "SkGlyphCache.h" -#include "SkGrTexturePixelRef.h" #include "SkGr.h" +#include "SkGrPixelRef.h" #include "SkGrPriv.h" #include "SkImage_Base.h" #include "SkImageCacherator.h" diff --git a/src/gpu/SkGrTexturePixelRef.cpp b/src/gpu/SkGrTexturePixelRef.cpp deleted file mode 100644 index 55f7aac2e4..0000000000 --- a/src/gpu/SkGrTexturePixelRef.cpp +++ /dev/null @@ -1,10 +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. - */ - - - -#include "SkGrTexturePixelRef.h" diff --git a/src/gpu/SkGrTexturePixelRef.h b/src/gpu/SkGrTexturePixelRef.h deleted file mode 100644 index 712951235d..0000000000 --- a/src/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 -- cgit v1.2.3