| Index: third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| diff --git a/third_party/WebKit/Source/core/frame/RemoteFrameClient.h b/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| index e4ff236fe2924bb7a908b895ae33e037082c7f68..a8b1c4567decd12ee7e49bc1a13365bf61d138b3 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| @@ -39,6 +39,8 @@ class RemoteFrameClient : public FrameClient {
|
|
|
| virtual void frameRectsChanged(const IntRect& frameRect) = 0;
|
|
|
| + virtual int print(const IntRect& size, int pageNum) = 0;
|
| +
|
| virtual void updateRemoteViewportIntersection(
|
| const IntRect& viewportIntersection) = 0;
|
|
|
|
|