aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrProgramElement.h
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-06-15 12:28:21 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-16 12:17:18 +0000
commit881f143aec15e35e76bab64ab0c93de610b7f3fd (patch)
tree93090a6d4e91c1e74f5be0e14dc0a7d3c1d649a9 /src/gpu/GrProgramElement.h
parentade9f618e563cf7564f75dcfb83aa8c6a3363bc5 (diff)
Hide GrGpuResourceRef from prying eyes
Change-Id: I5535b8cc8e82ed4b6fe847b96b417531b4bae348 Reviewed-on: https://skia-review.googlesource.com/19967 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'src/gpu/GrProgramElement.h')
-rw-r--r--src/gpu/GrProgramElement.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/GrProgramElement.h b/src/gpu/GrProgramElement.h
index 425f57a59d..ef96738ade 100644
--- a/src/gpu/GrProgramElement.h
+++ b/src/gpu/GrProgramElement.h
@@ -11,8 +11,6 @@
#include "../private/SkTArray.h"
#include "SkRefCnt.h"
-class GrGpuResourceRef;
-
/**
* Note: We are converting GrProcessor from ref counting to a single owner model using move
* semantics. This class will be removed.