| Index: third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebRemoteFrameClient.h b/third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| index 6717d83f28879601f8bc8ba2e2712a07ae9dd98c..16124e231ffc174b777935f17153eb7488667c9a 100644
|
| --- a/third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| @@ -34,7 +34,7 @@ public:
|
|
|
| // Send initial drawing parameters to a child frame that is being rendered
|
| // out of process.
|
| - virtual void initializeChildFrame(float deviceScaleFactor) { }
|
| + virtual void initializeChildFrame() {}
|
|
|
| // A remote frame was asked to start a navigation.
|
| virtual void navigate(const WebURLRequest& request, bool shouldReplaceCurrentEntry) { }
|
|
|