| Index: third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| index defe1a1b0fc2ba06d2743742263eabb2b12ef3e3..2229d968685aab5559e68cc4876f2e564d300409 100644
|
| --- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| @@ -313,7 +313,6 @@ bool WebPagePopupImpl::initializePage() {
|
| frame->init();
|
| frame->view()->setParentVisible(true);
|
| frame->view()->setSelfVisible(true);
|
| - frame->view()->setTransparent(false);
|
| if (AXObjectCache* cache =
|
| m_popupClient->ownerElement().document().existingAXObjectCache())
|
| cache->childrenChanged(&m_popupClient->ownerElement());
|
|
|