| Index: content/browser/frame_host/cross_process_frame_connector.h
|
| diff --git a/content/browser/frame_host/cross_process_frame_connector.h b/content/browser/frame_host/cross_process_frame_connector.h
|
| index 66afdc3acaacc7ab6b5d305fe2432730b62c20a6..0eebdbb51587855a483595e400697183d20b6556 100644
|
| --- a/content/browser/frame_host/cross_process_frame_connector.h
|
| +++ b/content/browser/frame_host/cross_process_frame_connector.h
|
| @@ -129,7 +129,7 @@ class CONTENT_EXPORT CrossProcessFrameConnector {
|
| const cc::SurfaceSequence& sequence);
|
|
|
| void SetDeviceScaleFactor(float scale_factor);
|
| - void SetSize(gfx::Rect frame_rect);
|
| + void SetRect(const gfx::Rect& frame_rect);
|
|
|
| // The RenderFrameProxyHost that routes messages to the parent frame's
|
| // renderer process.
|
|
|