| Index: cc/layer_tree_host.h
|
| diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
|
| index a45c1c1ee1e1941313d8b85a4c1bfaad51a9fd0f..b3881f7ceba96067a32c3361b762a0b69d9fcac9 100644
|
| --- a/cc/layer_tree_host.h
|
| +++ b/cc/layer_tree_host.h
|
| @@ -200,6 +200,9 @@ public:
|
|
|
| bool blocksPendingCommit() const;
|
|
|
| + // Obtains a thorough dump of the LayerTreeHost as a value.
|
| + scoped_ptr<base::Value> asValue() const;
|
| +
|
| protected:
|
| LayerTreeHost(LayerTreeHostClient*, const LayerTreeSettings&);
|
| bool initialize(scoped_ptr<Thread> implThread);
|
|
|