| Index: cc/layer_tree_host.h
|
| diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
|
| index 7cb63f88ecb7f6d1a91679bea3aced28d32b9dff..af4403f97d0d25c9b8773f7f0d5a83d2d73fc26b 100644
|
| --- a/cc/layer_tree_host.h
|
| +++ b/cc/layer_tree_host.h
|
| @@ -203,6 +203,8 @@ public:
|
|
|
| HeadsUpDisplayLayerChromium* hudLayer() const { return m_hudLayer.get(); }
|
|
|
| + void setShowFPSCounter(bool show);
|
| +
|
| protected:
|
| CCLayerTreeHost(CCLayerTreeHostClient*, const CCLayerTreeSettings&);
|
| bool initialize();
|
| @@ -256,6 +258,8 @@ private:
|
|
|
| bool m_visible;
|
|
|
| + bool m_showFPSCounter;
|
| +
|
| typedef base::hash_map<WebKit::WebGraphicsContext3D*, scoped_refptr<RateLimiter> > RateLimiterMap;
|
| RateLimiterMap m_rateLimiters;
|
|
|
|
|