| Index: Source/core/rendering/RenderLayerCompositor.h
|
| diff --git a/Source/core/rendering/RenderLayerCompositor.h b/Source/core/rendering/RenderLayerCompositor.h
|
| index ac4edaee3a3e758ee01301bffec76567d96a5f79..59e1de51b768eeec7a5c1421496b380c27bbd14d 100644
|
| --- a/Source/core/rendering/RenderLayerCompositor.h
|
| +++ b/Source/core/rendering/RenderLayerCompositor.h
|
| @@ -205,6 +205,8 @@ public:
|
| // Returns all reasons (direct, indirectly due to subtree, and indirectly due to overlap) that a layer should be composited.
|
| CompositingReasons reasonsForCompositing(const RenderLayer*) const;
|
|
|
| + virtual String debugName(const GraphicsLayer*) OVERRIDE;
|
| +
|
| private:
|
| class OverlapMap;
|
|
|
|
|