implement GetNativeView
This commit is contained in:
parent
90e619a6d9
commit
c6ce51863a
1 changed files with 11 additions and 13 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue