Chromium Code Reviews| Index: cc/layer.h |
| diff --git a/cc/layer.h b/cc/layer.h |
| index d31fe84185569558b5df1e7157eade59bffc570f..f503b6a572ce9a5368334952a9818f32891dc9a1 100644 |
| --- a/cc/layer.h |
| +++ b/cc/layer.h |
| @@ -214,6 +214,7 @@ public: |
| virtual void setIsMask(bool) { } |
| void setDebugName(const std::string&); |
| + std::string debugName() const { return m_debugName; } |
|
enne (OOO)
2013/02/22 23:53:32
Not needed.
Xianzhu
2013/02/23 00:56:19
Done.
|
| virtual void pushPropertiesTo(LayerImpl*); |