summaryrefslogtreecommitdiffstats
path: root/cc/CCHeadsUpDisplayLayerImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/CCHeadsUpDisplayLayerImpl.h')
-rw-r--r--cc/CCHeadsUpDisplayLayerImpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/CCHeadsUpDisplayLayerImpl.h b/cc/CCHeadsUpDisplayLayerImpl.h
index de8f95b..cc72100 100644
--- a/cc/CCHeadsUpDisplayLayerImpl.h
+++ b/cc/CCHeadsUpDisplayLayerImpl.h
@@ -34,12 +34,12 @@ public:
virtual void didLoseContext() OVERRIDE;
- virtual bool layerIsAlwaysDamaged() const OVERRIDE { return true; }
+ virtual bool layerIsAlwaysDamaged() const OVERRIDE;
private:
explicit CCHeadsUpDisplayLayerImpl(int);
- virtual const char* layerTypeAsString() const OVERRIDE { return "HeadsUpDisplayLayer"; }
+ virtual const char* layerTypeAsString() const OVERRIDE;
void drawHudContents(SkCanvas*);
void drawFPSCounter(SkCanvas*, CCFrameRateCounter*, int top, int height);