| Index: content/shell/renderer/test_runner/test_plugin.cc
|
| diff --git a/content/shell/renderer/test_runner/test_plugin.cc b/content/shell/renderer/test_runner/test_plugin.cc
|
| index 0a80bdbae6f19b96918d02fa172d817f1cfb8d18..e5e0e8e06c4805c16f60673c9d69b7b110560c26 100644
|
| --- a/content/shell/renderer/test_runner/test_plugin.cc
|
| +++ b/content/shell/renderer/test_runner/test_plugin.cc
|
| @@ -260,8 +260,9 @@ bool TestPlugin::canProcessDrag() const {
|
| }
|
|
|
| void TestPlugin::updateGeometry(
|
| - const blink::WebRect& frame_rect,
|
| + const blink::WebRect& window_rect,
|
| const blink::WebRect& clip_rect,
|
| + const blink::WebRect& unobscured_rect,
|
| const blink::WebVector<blink::WebRect>& cut_outs_rects,
|
| bool is_visible) {
|
| if (clip_rect == rect_)
|
|
|