| Index: components/test_runner/test_plugin.h
|
| diff --git a/components/test_runner/test_plugin.h b/components/test_runner/test_plugin.h
|
| index 55c2832279981443f34e0c01327f8b039b6e20f0..65b60e40ff654d8a050bec60a0cdbae054cece78 100644
|
| --- a/components/test_runner/test_plugin.h
|
| +++ b/components/test_runner/test_plugin.h
|
| @@ -63,7 +63,7 @@ class TestPlugin : public blink::WebPlugin, public cc::TextureLayerClient {
|
| NPObject* scriptableObject() override;
|
| bool canProcessDrag() const override;
|
| bool supportsKeyboardFocus() const override;
|
| - void layoutIfNeeded() override {}
|
| + void updateAllLifecyclePhases() override {}
|
| void paint(blink::WebCanvas* canvas, const blink::WebRect& rect) override {}
|
| void updateGeometry(const blink::WebRect& window_rect,
|
| const blink::WebRect& clip_rect,
|
|
|