Index: ash/utility/screenshot_controller.cc |
diff --git a/ash/utility/screenshot_controller.cc b/ash/utility/screenshot_controller.cc |
index 52902ddfc726b6a1486fbfb7f66ae8b1f20fdbf8..47d6ed4a23dceb632da241fe07a6a9369dc26aa7 100644 |
--- a/ash/utility/screenshot_controller.cc |
+++ b/ash/utility/screenshot_controller.cc |
@@ -118,7 +118,6 @@ class ScreenshotController::ScreenshotLayer : public ui::LayerOwner, |
const SkColor kSelectedAreaOverlayColor = 0x60000000; |
// Screenshot area representation: transparent hole with half opaque gray |
// overlay. |
- gfx::Rect rect(region_); |
ui::PaintRecorder recorder(context, layer()->size()); |
recorder.canvas()->FillRect(gfx::Rect(layer()->size()), |