| Index: content/shell/renderer/test_runner/test_plugin.h
|
| diff --git a/content/shell/renderer/test_runner/test_plugin.h b/content/shell/renderer/test_runner/test_plugin.h
|
| index b62ddc4c5b927defeadb6ad74832325a0b0f4b60..f55b693d851986961754de6d834f1e90b7885b53 100644
|
| --- a/content/shell/renderer/test_runner/test_plugin.h
|
| +++ b/content/shell/renderer/test_runner/test_plugin.h
|
| @@ -69,7 +69,7 @@ class TestPlugin : public blink::WebPlugin, public cc::TextureLayerClient {
|
| const blink::WebRect& clip_rect,
|
| const blink::WebVector<blink::WebRect>& cut_outs_rects,
|
| bool is_visible);
|
| - virtual void updateFocus(bool focus) {}
|
| + virtual void updateFocus(bool focus, blink::WebFocusType focus_type) {}
|
| virtual void updateVisibility(bool visibility) {}
|
| virtual bool acceptsInputEvents();
|
| virtual bool handleInputEvent(const blink::WebInputEvent& event,
|
|
|