Index: Source/web/WebPluginContainerImpl.cpp |
diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp |
index 5413f4f46c368f4f64cd4b682c7828ce4402217a..55e2802ecbbcb085f8b1adc129d7654ae5a40937 100644 |
--- a/Source/web/WebPluginContainerImpl.cpp |
+++ b/Source/web/WebPluginContainerImpl.cpp |
@@ -699,14 +699,6 @@ void WebPluginContainerImpl::willEndLiveResize() |
m_scrollbarGroup->willEndLiveResize(); |
} |
-bool WebPluginContainerImpl::paintCustomOverhangArea(GraphicsContext* context, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect) |
-{ |
- Color fillColor(0xCC, 0xCC, 0xCC); |
- context->fillRect(intersection(horizontalOverhangArea, dirtyRect), fillColor); |
- context->fillRect(intersection(verticalOverhangArea, dirtyRect), fillColor); |
- return true; |
-} |
- |
// Private methods ------------------------------------------------------------- |
WebPluginContainerImpl::WebPluginContainerImpl(HTMLPlugInElement* element, WebPlugin* webPlugin) |