summaryrefslogtreecommitdiff
path: root/Source/WebKit/chromium/src/WebExternalTextureLayerImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/src/WebExternalTextureLayerImpl.cpp')
-rw-r--r--Source/WebKit/chromium/src/WebExternalTextureLayerImpl.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/Source/WebKit/chromium/src/WebExternalTextureLayerImpl.cpp b/Source/WebKit/chromium/src/WebExternalTextureLayerImpl.cpp
index 4d439fd43..ec6c29060 100644
--- a/Source/WebKit/chromium/src/WebExternalTextureLayerImpl.cpp
+++ b/Source/WebKit/chromium/src/WebExternalTextureLayerImpl.cpp
@@ -39,7 +39,7 @@ PassRefPtr<WebExternalTextureLayerImpl> WebExternalTextureLayerImpl::create()
}
WebExternalTextureLayerImpl::WebExternalTextureLayerImpl()
- : PluginLayerChromium(this)
+ : PluginLayerChromium()
{
setFlipped(false);
setIsDrawable(true);
@@ -47,7 +47,6 @@ WebExternalTextureLayerImpl::WebExternalTextureLayerImpl()
WebExternalTextureLayerImpl::~WebExternalTextureLayerImpl()
{
- setDelegate(0);
}
bool WebExternalTextureLayerImpl::drawsContent() const
@@ -55,8 +54,4 @@ bool WebExternalTextureLayerImpl::drawsContent() const
return !!textureId() && LayerChromium::drawsContent();
}
-void WebExternalTextureLayerImpl::paintContents(GraphicsContext&, const IntRect&)
-{
-}
-
} // namespace WebKit