aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2016-07-14 07:53:30 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-14 07:53:30 -0700
commit1433c676d24c43a9becc7952b856821bb3bc79e9 (patch)
treefc4a7e8e99e25a7381e53493c78f0e0c6bf4d0d8 /src/gpu
parent016e51fb06d9ac6e57065d79032ba50008b77331 (diff)
Remove SkGrTexturePixelRef and SkGrRenderTargetPixelRef aliases for SkGrPixelRef
Diffstat (limited to 'src/gpu')
-rw-r--r--src/gpu/SkGpuDevice.cpp2
-rw-r--r--src/gpu/SkGrTexturePixelRef.cpp10
-rw-r--r--src/gpu/SkGrTexturePixelRef.h19
3 files changed, 1 insertions, 30 deletions
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