Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinder.cpp |
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinder.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinder.cpp |
| index e1e0e1368337a2b0b45f9fbc0625d820cb13af0f..d51d98fbb28c8b9f99f516629eb9d6e339d30261 100644 |
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinder.cpp |
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinder.cpp |
| @@ -185,4 +185,4 @@ bool CompositingReasonFinder::requiresCompositingForPositionFixed(const PaintLay |
| return layer->scrollsWithViewport() && m_layoutView.frameView()->isScrollable(); |
| } |
| -} |
| +} // namespace blink |