aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode')
-rw-r--r--samplecode/GMSampleView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/GMSampleView.h b/samplecode/GMSampleView.h
index 6791c344c7..40d11abce4 100644
--- a/samplecode/GMSampleView.h
+++ b/samplecode/GMSampleView.h
@@ -36,7 +36,7 @@ protected:
virtual bool onQuery(SkEvent* evt) {
if (SampleCode::TitleQ(*evt)) {
SkString name("GM:");
- name.append(fGM->shortName());
+ name.append(fGM->getName());
SampleCode::TitleR(evt, name.c_str());
return true;
}