Chromium Code Reviews| Index: gm/gmmain.cpp |
| diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp |
| index 3c4f27dafb4dc178122e444f52d72ae4856fa845..3481cf894017b5936707b8c145f00dbc858cc2cf 100644 |
| --- a/gm/gmmain.cpp |
| +++ b/gm/gmmain.cpp |
| @@ -222,7 +222,7 @@ public: |
| filename.append(renderModeDescriptor); |
| filename.appendUnichar('.'); |
| filename.append(suffix); |
| - return SkOSPath::SkPathJoin(path, filename.c_str()); |
| + return SkPathJoin(path, filename.c_str()); |
| } |
| /* since PNG insists on unpremultiplying our alpha, we take no |