| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
 | 
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
 | 
| index 60ab32b2621572b2d6e2b05bb9ece996ccce9eb5..e55b5a1c7d54cd39c06c8cdf8a564e1e4dc0e90c 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
 | 
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
 | 
| @@ -149,7 +149,8 @@ public:
 | 
|      void finishAccumulatingSquashingLayers(size_t nextSquashedLayerIndex, Vector<PaintLayer*>& layersNeedingPaintInvalidation);
 | 
|      void updateRenderingContext();
 | 
|      void updateShouldFlattenTransform();
 | 
| -    void updateElementIdAndCompositorMutableProperties();
 | 
| +    void updateCompositorElementId();
 | 
| +    void updateCompositorMutableProperties();
 | 
|  
 | 
|      // GraphicsLayerClient interface
 | 
|      void notifyFirstPaint() override;
 | 
| 
 |