| Index: cc/heads_up_display_layer.h
|
| diff --git a/cc/heads_up_display_layer.h b/cc/heads_up_display_layer.h
|
| index 52de0f4daa2040ce3e7c0de130b1561e9ea5d01c..d980cfcf2027101c00788701a5c226ca46752291 100644
|
| --- a/cc/heads_up_display_layer.h
|
| +++ b/cc/heads_up_display_layer.h
|
| @@ -19,6 +19,7 @@ public:
|
| virtual bool drawsContent() const OVERRIDE;
|
|
|
| void setFontAtlas(scoped_ptr<FontAtlas>);
|
| + void setShowFPSCounter(bool);
|
|
|
| virtual scoped_ptr<LayerImpl> createLayerImpl() OVERRIDE;
|
| virtual void pushPropertiesTo(LayerImpl*) OVERRIDE;
|
| @@ -30,6 +31,7 @@ private:
|
| virtual ~HeadsUpDisplayLayer();
|
|
|
| scoped_ptr<FontAtlas> m_fontAtlas;
|
| + bool m_showFPSCounter;
|
| };
|
|
|
| } // namespace cc
|
|
|