aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrOptDrawState.h
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 /src/gpu/GrOptDrawState.h
parent735f548c51d3824724b621fa836ca828a195d307 (diff)
Create GrOptDrawState directly in the cmd buffer in GrIODB.
Diffstat (limited to 'src/gpu/GrOptDrawState.h')
-rw-r--r--src/gpu/GrOptDrawState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrOptDrawState.h b/src/gpu/GrOptDrawState.h
index 91c39a181c..bf4f78e5ef 100644
--- a/src/gpu/GrOptDrawState.h
+++ b/src/gpu/GrOptDrawState.h
@@ -24,7 +24,7 @@ class GrDrawState;
* Class that holds an optimized version of a GrDrawState. It is meant to be an immutable class,
* and contains all data needed to set the state for a gpu draw.
*/
-class GrOptDrawState : public SkRefCnt {
+class GrOptDrawState {
public:
SK_DECLARE_INST_COUNT(GrOptDrawState)