Update views visible API
visible() -> GetVisible() as per https://chromium.googlesource.com/chromium/src/+/c9ecec130e007c5faf197cba258c57afa0292f1b
This commit is contained in:
parent
e38127323f
commit
aa00b19c92
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ void InspectableWebContentsViewViews::SetTitle(const base::string16& title) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void InspectableWebContentsViewViews::Layout() {
|
void InspectableWebContentsViewViews::Layout() {
|
||||||
if (!devtools_web_view_->visible()) {
|
if (!devtools_web_view_->GetVisible()) {
|
||||||
contents_web_view_->SetBoundsRect(GetContentsBounds());
|
contents_web_view_->SetBoundsRect(GetContentsBounds());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue