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

Unified Diff: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h

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/PaintLayerCompositor.h
diff --git a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
index 22d070f2a6c0ee0a4aa8ca69513a9809080ff603..ed2748b4049b850c3a4e9c99424b296669031a76 100644
--- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
+++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
@@ -142,7 +142,7 @@ class CORE_EXPORT PaintLayerCompositor final : public GraphicsLayerClient {
// If the root scroller isn't the root layer then the PaintLayerCompositor
// must disable clipping on its layers so that the root scroller can
- // expand/shrink its clipping layer in response to top controls and have
+ // expand/shrink its clipping layer in response to browser controls and have
// the result be visible.
void updateClippingOnCompositorLayers();

Powered by Google App Engine
This is Rietveld 408576698