| Index: public/web/WebRemoteFrameClient.h
|
| diff --git a/public/web/WebRemoteFrameClient.h b/public/web/WebRemoteFrameClient.h
|
| index 3893ab23af4db7455237fe4020d73a9fe0b0bead..703943b4b69d3d1cde8f4de9053f16ef5a641180 100644
|
| --- a/public/web/WebRemoteFrameClient.h
|
| +++ b/public/web/WebRemoteFrameClient.h
|
| @@ -34,7 +34,7 @@ public:
|
| // out of process.
|
| virtual void initializeChildFrame(
|
| const WebRect& frameRect,
|
| - float scaleFactor) { }
|
| + float deviceScaleFactor) { }
|
|
|
| // A remote frame was asked to start a navigation.
|
| virtual void navigate(const WebURLRequest& request, bool shouldReplaceCurrentEntry) { }
|
|
|