summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/web/WebPagePopupImpl.cpp')
-rw-r--r--chromium/third_party/WebKit/Source/web/WebPagePopupImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/web/WebPagePopupImpl.cpp b/chromium/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
index 70009483bcc..fc6103311f0 100644
--- a/chromium/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
+++ b/chromium/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
@@ -124,7 +124,7 @@ private:
if (m_popup->isAcceleratedCompositingActive()) {
ASSERT(m_popup->m_layerTreeView);
- m_popup->m_layerTreeView->setNeedsCompositorUpdate();
+ m_popup->m_layerTreeView->setNeedsBeginFrame();
return;
}
m_popup->m_widgetClient->scheduleAnimation();