]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/webview_webkit.mm
new file added
[wxWidgets.git] / src / osx / webview_webkit.mm
index 598f63391eaf389bf8401fd723aa5b2875ca291f..883fba00f24291fc894a7bb0929e6102835df82d 100644 (file)
@@ -694,7 +694,7 @@ void wxWebViewWebKit::OnSize(wxSizeEvent &event)
     // we want is the root view, because we need to make the y origin relative
     // to the very top of the window, not its contents, since we later flip
     // the y coordinate for Cocoa.
-    HIViewConvertRect (&rect, m_peer->GetControlRef(),
+    HIViewConvertRect (&rect, GetPeer()->GetControlRef(),
                                 HIViewGetRoot(
                                     (WindowRef) MacGetTopLevelWindowRef()
                                  ));