| Index: third_party/WebKit/Source/core/loader/EmptyClients.h
|
| diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| index 24f7fcb9d660981f62054cb1325d0ff07b902712..519b5063ed03217b923ecab2a693eee0bed73ffa 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -453,6 +453,7 @@ class CORE_EXPORT EmptyRemoteFrameClient
|
| const IntRect& viewportIntersection) override {}
|
| void advanceFocus(WebFocusType, LocalFrame* source) override {}
|
| void visibilityChanged(bool visible) override {}
|
| + int print(const IntRect& size, int id) override { return 0; }
|
|
|
| // FrameClient implementation.
|
| bool inShadowTree() const override { return false; }
|
|
|