aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleTextEffects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/SampleTextEffects.cpp')
-rw-r--r--samplecode/SampleTextEffects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/SampleTextEffects.cpp b/samplecode/SampleTextEffects.cpp
index f64e18755d..cd18006d97 100644
--- a/samplecode/SampleTextEffects.cpp
+++ b/samplecode/SampleTextEffects.cpp
@@ -245,7 +245,7 @@ protected:
}
}
- Line2DPathEffect::Line2DPathEffect(SkFlattenableReadBuffer& buffer) : Sk2DPathEffect(buffer)
+ Line2DPathEffect(SkFlattenableReadBuffer& buffer) : Sk2DPathEffect(buffer)
{
fWidth = buffer.readScalar();
}