| Index: Source/core/rendering/RenderLayerBacking.h
|
| diff --git a/Source/core/rendering/RenderLayerBacking.h b/Source/core/rendering/RenderLayerBacking.h
|
| index e4efc64407a816e1404402dc5e8df703ba5bf3d7..89b706ffc93509946c8ceb20db04e15a4edcbdf9 100644
|
| --- a/Source/core/rendering/RenderLayerBacking.h
|
| +++ b/Source/core/rendering/RenderLayerBacking.h
|
| @@ -170,11 +170,13 @@ public:
|
| void setBlendMode(BlendMode);
|
| void reportMemoryUsage(MemoryObjectInfo*) const;
|
|
|
| + virtual String debugName(const GraphicsLayer*) OVERRIDE;
|
| +
|
| private:
|
| void createPrimaryGraphicsLayer();
|
| void destroyGraphicsLayers();
|
|
|
| - PassOwnPtr<GraphicsLayer> createGraphicsLayer(const String& name, CompositingReasons);
|
| + PassOwnPtr<GraphicsLayer> createGraphicsLayer(CompositingReasons);
|
|
|
| RenderLayerModelObject* renderer() const { return m_owningLayer->renderer(); }
|
| RenderLayerCompositor* compositor() const { return m_owningLayer->compositor(); }
|
|
|