| Index: third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.cpp b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| index 71c699920159b8cfb6b664a842bb261c24c6ff37..d52247f0b9f267dbc64f9026926cf5c84709eb3d 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| @@ -2281,7 +2281,7 @@ void PaintLayer::ensureCompositedLayerMapping()
|
| void PaintLayer::clearCompositedLayerMapping(bool layerBeingDestroyed)
|
| {
|
| if (!layerBeingDestroyed) {
|
| - // We need to make sure our decendants get a geometry update. In principle,
|
| + // We need to make sure our descendants get a geometry update. In principle,
|
| // we could call setNeedsGraphicsLayerUpdate on our children, but that would
|
| // require walking the z-order lists to find them. Instead, we over-invalidate
|
| // by marking our parent as needing a geometry update.
|
|
|