implement GetNativeView

This commit is contained in:
Patrick Reynolds 2013-11-07 23:42:15 -06:00
parent 90e619a6d9
commit c6ce51863a

View file

@ -23,9 +23,7 @@ InspectableWebContentsViewLinux::~InspectableWebContentsViewLinux() {
}
gfx::NativeView InspectableWebContentsViewLinux::GetNativeView() const {
// TODO
fprintf(stderr, "InspectableWebContentsViewLinux::GetNativeView\n");
return NULL;
return inspectable_web_contents_->GetWebContents()->GetView()->GetNativeView();
}
void InspectableWebContentsViewLinux::ShowDevTools() {