| Index: cc/heads_up_display_layer.h
|
| diff --git a/cc/heads_up_display_layer.h b/cc/heads_up_display_layer.h
|
| index d980cfcf2027101c00788701a5c226ca46752291..52de0f4daa2040ce3e7c0de130b1561e9ea5d01c 100644
|
| --- a/cc/heads_up_display_layer.h
|
| +++ b/cc/heads_up_display_layer.h
|
| @@ -19,7 +19,6 @@ 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;
|
| @@ -31,7 +30,6 @@ private:
|
| virtual ~HeadsUpDisplayLayer();
|
|
|
| scoped_ptr<FontAtlas> m_fontAtlas;
|
| - bool m_showFPSCounter;
|
| };
|
|
|
| } // namespace cc
|
|
|