Index: ash/wm/drag_window_controller.cc |
diff --git a/ash/wm/drag_window_controller.cc b/ash/wm/drag_window_controller.cc |
index 1c46257170774fa4c59030a0c952ed78efb5831d..d87e40498aec6ba62ce59efb8845a601175044db 100644 |
--- a/ash/wm/drag_window_controller.cc |
+++ b/ash/wm/drag_window_controller.cc |
@@ -234,7 +234,7 @@ const ui::LayerTreeOwner* DragWindowController::GetDragLayerOwnerForTest( |
} |
void DragWindowController::RequestLayerPaintForTest() { |
- ui::PaintContext context(nullptr, 1.0f, gfx::Rect()); |
+ ui::PaintContext context(nullptr, 1.0f, gfx::Rect(), gfx::Size()); |
for (auto& details : drag_windows_) { |
std::vector<ui::Layer*> layers; |
layers.push_back(details->drag_window_->layer()); |