Chromium Code Reviews| Index: gm/gm.h |
| diff --git a/gm/gm.h b/gm/gm.h |
| index b41fdc33f3b21527d39f611e709ad7b9b5c907f0..6e34d3dedeccc86d30bd844e62ce47ef4d1bf29f 100644 |
| --- a/gm/gm.h |
| +++ b/gm/gm.h |
| @@ -58,7 +58,7 @@ namespace skiagm { |
| return SkIntToScalar(this->getISize().width()); |
| } |
| SkScalar height() { |
| - return SkIntToScalar(this->getISize().width()); |
| + return SkIntToScalar(this->getISize().height()); |
| } |
| // TODO(vandebo) Instead of exposing this, we should run all the GMs |