Chromium Code Reviews| Index: Source/core/rendering/RenderLayerCompositor.h |
| diff --git a/Source/core/rendering/RenderLayerCompositor.h b/Source/core/rendering/RenderLayerCompositor.h |
| index ca40c3d4305da0f6381e99ca05535ed3f0e0f6b6..06a7f6d891e73d9e5a6b79db67404c4a9603a7c3 100644 |
| --- a/Source/core/rendering/RenderLayerCompositor.h |
| +++ b/Source/core/rendering/RenderLayerCompositor.h |
| @@ -256,6 +256,8 @@ private: |
| void updateDirectCompositingReasons(RenderLayer*); |
| + void updateCompositingLayersInternal(); |
|
esprehn
2014/02/24 23:14:35
This should be private.
dstockwell
2014/02/25 00:52:03
It is.
|
| + |
| // Returns indirect reasons that a layer should be composited because of something in its subtree. |
| CompositingReasons subtreeReasonsForCompositing(RenderObject*, bool hasCompositedDescendants, bool has3DTransformedDescendants) const; |