aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrSamplerState.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrSamplerState.h')
-rw-r--r--include/gpu/GrSamplerState.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/gpu/GrSamplerState.h b/include/gpu/GrSamplerState.h
index f8ad1c0715..1f81afad5e 100644
--- a/include/gpu/GrSamplerState.h
+++ b/include/gpu/GrSamplerState.h
@@ -81,8 +81,7 @@ public:
fSwapRAndB = s.fSwapRAndB;
fTextureDomain = s.fTextureDomain;
- fCustomStage = s.fCustomStage;
- SkSafeRef(fCustomStage);
+ GrSafeAssign(fCustomStage, s.fCustomStage);
return *this;
}