Index: content/plugin/webplugin_proxy.cc |
diff --git a/content/plugin/webplugin_proxy.cc b/content/plugin/webplugin_proxy.cc |
index 3704bc7b07094779b4ba1060a5f663a2d1cad626..d23638cfbd7b73f7fa54f47df845b525d60bdd96 100644 |
--- a/content/plugin/webplugin_proxy.cc |
+++ b/content/plugin/webplugin_proxy.cc |
@@ -179,7 +179,7 @@ void WebPluginProxy::InvalidateRect(const gfx::Rect& rect) { |
#else |
const gfx::Rect invalidate_rect(rect); |
#endif |
- damaged_rect_ = damaged_rect_.Union(invalidate_rect); |
+ damaged_rect_.Union(invalidate_rect); |
// Ignore NPN_InvalidateRect calls with empty rects. Also don't send an |
// invalidate if it's outside the clipping region, since if we did it won't |
// lead to a paint and we'll be stuck waiting forever for a DidPaint response. |