Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / RenderVideo.h
index bf02dbf..10a9070 100644 (file)
@@ -58,7 +58,6 @@ private:
 
     virtual const char* renderName() const OVERRIDE { return "RenderVideo"; }
 
-    virtual LayerType layerTypeRequired() const OVERRIDE { return NormalLayer; }
     virtual bool isVideo() const OVERRIDE { return true; }
 
     virtual void paintReplaced(PaintInfo&, const LayoutPoint&) OVERRIDE;