Chromium Code Reviews| Index: cc/LayerChromium.h |
| diff --git a/cc/LayerChromium.h b/cc/LayerChromium.h |
| index 40c6da33ea91ed977bac2aae0358ef001c36282b..22f6f0d646cf51b4456cf68ffd7a40cdf6b14727 100644 |
| --- a/cc/LayerChromium.h |
| +++ b/cc/LayerChromium.h |
| @@ -270,6 +270,8 @@ protected: |
| void setNeedsCommit(); |
| + IntRect layerRectToContentRect(const WebKit::WebRect& layerRect); |
| + |
| // This flag is set when layer need repainting/updating. |
| bool m_needsDisplay; |