Chromium Code Reviews| Index: cc/tiled_layer_impl.h |
| diff --git a/cc/tiled_layer_impl.h b/cc/tiled_layer_impl.h |
| index e4870e60ace4217bfda35a0a518267712032a65d..ac75f8074c7705d86be79cfca9eee2886554653c 100644 |
| --- a/cc/tiled_layer_impl.h |
| +++ b/cc/tiled_layer_impl.h |
| @@ -42,6 +42,8 @@ protected: |
| bool hasTileAt(int, int) const; |
| bool hasResourceIdForTileAt(int, int) const; |
| + virtual void getDebugBorderProperties(SkColor*, float* width) const OVERRIDE; |
| + |
| private: |
| virtual const char* layerTypeAsString() const OVERRIDE; |