Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ui / message_center / views / padded_button.cc
index 182cde6..203d77b 100644 (file)
@@ -66,8 +66,6 @@ void PaddedButton::OnPaint(gfx::Canvas* canvas) {
     if (!background_image_.isNull())
       canvas->DrawImageInt(background_image_, position.x(), position.y());
     canvas->DrawImageInt(image, position.x(), position.y());
-    if (!overlay_image_.isNull())
-      canvas->DrawImageInt(overlay_image_, position.x(), position.y());
   }
   views::Painter::PaintFocusPainter(this, canvas, focus_painter());
 }