Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / cc / layers / io_surface_layer.h
index 80e5b69..ad06e7f 100644 (file)
@@ -18,12 +18,12 @@ class CC_EXPORT IOSurfaceLayer : public Layer {
 
   virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
       OVERRIDE;
-  virtual bool DrawsContent() const OVERRIDE;
   virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
   virtual bool Update(ResourceUpdateQueue* queue,
                       const OcclusionTracker<Layer>* occlusion) OVERRIDE;
 
  protected:
+  virtual bool HasDrawableContent() const OVERRIDE;
   IOSurfaceLayer();
 
  private: