Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / cc / layers / ui_resource_layer.h
index d99c073..8e278a9 100644 (file)
@@ -20,8 +20,6 @@ class CC_EXPORT UIResourceLayer : public Layer {
  public:
   static scoped_refptr<UIResourceLayer> Create();
 
-  virtual bool DrawsContent() const OVERRIDE;
-
   virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
 
   virtual void SetLayerTreeHost(LayerTreeHost* host) OVERRIDE;
@@ -51,6 +49,8 @@ class CC_EXPORT UIResourceLayer : public Layer {
   UIResourceLayer();
   virtual ~UIResourceLayer();
 
+  virtual bool HasDrawableContent() const OVERRIDE;
+
   scoped_ptr<UIResourceHolder> ui_resource_holder_;
   SkBitmap bitmap_;