Chromium Code Reviews| Index: Source/core/frame/FrameView.h |
| =================================================================== |
| --- Source/core/frame/FrameView.h (revision 169401) |
| +++ Source/core/frame/FrameView.h (working copy) |
| @@ -113,7 +113,7 @@ |
| bool needsFullRepaint() const { return m_doFullRepaint; } |
| - void updateCompositingLayersAfterStyleChange(); |
| + void updateCompositingLayersAfterStyleChange(bool fast = false); |
| void updateCompositingLayersAfterLayout(); |
| bool hasCompositedContent() const; |