Index: samplecode/GMSampleView.h |
diff --git a/samplecode/GMSampleView.h b/samplecode/GMSampleView.h |
index 6791c344c717923f3c48ea6d08e0fa5ec6632fb6..40d11abce46122c4601973b5b6184a981aef74db 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; |
} |