Index: trunk/src/content/browser/frame_host/cross_process_frame_connector.h |
=================================================================== |
--- trunk/src/content/browser/frame_host/cross_process_frame_connector.h (revision 271515) |
+++ trunk/src/content/browser/frame_host/cross_process_frame_connector.h (working copy) |
@@ -101,9 +101,6 @@ |
void OnForwardInputEvent(const blink::WebInputEvent* event); |
void OnInitializeChildFrame(gfx::Rect frame_rect, float scale_factor); |
- void SetDeviceScaleFactor(float scale_factor); |
- void SetSize(gfx::Rect frame_rect); |
- |
// The RenderFrameHost that routes messages to the parent frame's renderer |
// process. |
// TODO(kenrb): The type becomes RenderFrameProxyHost when that class comes |