Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / cc / layers / heads_up_display_layer.h
index 4750faf..12d6aef 100644 (file)
@@ -20,13 +20,13 @@ class CC_EXPORT HeadsUpDisplayLayer : public ContentsScalingLayer {
   void PrepareForCalculateDrawProperties(
       const gfx::Size& device_viewport, float device_scale_factor);
 
-  virtual bool DrawsContent() const OVERRIDE;
 
   virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
       OVERRIDE;
 
  protected:
   HeadsUpDisplayLayer();
+  virtual bool HasDrawableContent() const OVERRIDE;
 
  private:
   virtual ~HeadsUpDisplayLayer();