aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-11-24 06:47:48 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-24 06:47:48 -0800
commit932f8669875f5d63b8c04571931e6f4224e66e0b (patch)
tree435c07473abc322e172c998f9fdd628c7e21c03b /include/gpu
parent735f548c51d3824724b621fa836ca828a195d307 (diff)
Create GrOptDrawState directly in the cmd buffer in GrIODB.
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/GrGpuResourceRef.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/gpu/GrGpuResourceRef.h b/include/gpu/GrGpuResourceRef.h
index 1f7d31be94..0e23eeab61 100644
--- a/include/gpu/GrGpuResourceRef.h
+++ b/include/gpu/GrGpuResourceRef.h
@@ -77,8 +77,6 @@ private:
called. */
void pendingIOComplete() const;
- friend class GrDrawState;
- friend class GrOptDrawState;
friend class GrProgramElement;
GrGpuResource* fResource;