Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp |
diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp |
index 8a84bb055d86c9b4bfe9f147a63bdde1442615f0..5dec69be1e0b0d065f3bbf97c27fdc9a7b583d7d 100644 |
--- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp |
+++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp |
@@ -531,7 +531,7 @@ bool CompositedLayerMapping::updateGraphicsLayerConfiguration() { |
needsDescendantsClippingLayer = false; |
// We disable clipping on ancestor layers of the root scroller to give it |
- // the same behavior w.r.t top controls as the real root layer. See the |
+ // the same behavior w.r.t browser controls as the real root layer. See the |
// RootScrollerController class for more details. |
if (m_owningLayer.hasRootScrollerAsDescendant()) |
needsDescendantsClippingLayer = false; |