summaryrefslogtreecommitdiff
path: root/Source/WebKit/chromium/src/WebContentLayerImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/src/WebContentLayerImpl.cpp')
-rw-r--r--Source/WebKit/chromium/src/WebContentLayerImpl.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/WebKit/chromium/src/WebContentLayerImpl.cpp b/Source/WebKit/chromium/src/WebContentLayerImpl.cpp
index 4d476095d..222fa2fa7 100644
--- a/Source/WebKit/chromium/src/WebContentLayerImpl.cpp
+++ b/Source/WebKit/chromium/src/WebContentLayerImpl.cpp
@@ -53,11 +53,6 @@ WebContentLayerImpl::~WebContentLayerImpl()
clearDelegate();
}
-void WebContentLayerImpl::setDrawsContent(bool drawsContent)
-{
- setIsDrawable(drawsContent);
-}
-
void WebContentLayerImpl::paintContents(GraphicsContext& gc, const IntRect& clip)
{
if (!m_contentClient)