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 3da48427e32fc09e84d5d2241567aa331573fe3b..8fd0d07d8f9921178bd3ce5930ba2d1339a58142 100644 |
--- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp |
@@ -316,7 +316,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()); |