Chromium Code Reviews| 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..763dbe1083f707cdd3b5267eff3d38ed6d6e66a1 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(gfx::Rect frame_rect); |
|
dcheng
2016/03/17 20:21:35
Pass this by const ref.
kenrb
2016/03/18 17:46:10
Done.
|
| // The RenderFrameProxyHost that routes messages to the parent frame's |
| // renderer process. |