Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(662)

Unified Diff: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp

Issue 2443613002: Rename classes related to top controls (Closed)
Patch Set: fix test Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698