Index: chrome/renderer/webplugin_delegate_pepper.cc |
=================================================================== |
--- chrome/renderer/webplugin_delegate_pepper.cc (revision 35905) |
+++ chrome/renderer/webplugin_delegate_pepper.cc (working copy) |
@@ -593,7 +593,7 @@ |
void WebPluginDelegatePepper::Paint(WebKit::WebCanvas* canvas, |
const gfx::Rect& rect) { |
-#if defined(OS_WIN) |
+#if defined(OS_WIN) || defined(OS_LINUX) |
if (nested_delegate_) { |
// TODO(apatrick): The GPU plugin will render to an offscreen render target. |
// Need to copy it to the screen here. |