Chromium Code Reviews| Index: cc/CCLayerImpl.h |
| diff --git a/cc/CCLayerImpl.h b/cc/CCLayerImpl.h |
| index 3509ffd694b1ff4792292b102dac47b8dcf8f317..e9a9464eed3c899dd30c9a4efc097f72bcfd279d 100644 |
| --- a/cc/CCLayerImpl.h |
| +++ b/cc/CCLayerImpl.h |
| @@ -256,6 +256,8 @@ protected: |
| void appendDebugBorderQuad(CCQuadSink&, const CCSharedQuadState*, CCAppendQuadsData&) const; |
| + IntRect layerRectToContentRect(const WebKit::WebRect& layerRect); |
| + |
| virtual void dumpLayerProperties(std::string*, int indent) const; |
| static std::string indentString(int indent); |