Chromium Code Reviews| Index: cc/CCTiledLayerImpl.h |
| diff --git a/cc/CCTiledLayerImpl.h b/cc/CCTiledLayerImpl.h |
| index 56d3521d3fbd9c8208e4b52c46258015f1110604..13edb05a3a34a13e8a7283dd36f141db4f32a55c 100644 |
| --- a/cc/CCTiledLayerImpl.h |
| +++ b/cc/CCTiledLayerImpl.h |
| @@ -45,7 +45,7 @@ protected: |
| private: |
| - virtual const char* layerTypeAsString() const OVERRIDE { return "ContentLayer"; } |
| + virtual const char* layerTypeAsString() const OVERRIDE; |
| DrawableTile* tileAt(int, int) const; |
| DrawableTile* createTile(int, int); |