Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2462)

Unified Diff: Source/web/WebPopupMenuImpl.cpp

Issue 295383008: Remove the forceCompositingMode setting. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address review comment Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebPagePopupImpl.cpp ('k') | Source/web/WebSettingsImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPopupMenuImpl.cpp
diff --git a/Source/web/WebPopupMenuImpl.cpp b/Source/web/WebPopupMenuImpl.cpp
index 03abd7d7974f6d4ee427d26acb325c5f8c8780bf..3a9134d708df741f1a82c70525529691308c6f0a 100644
--- a/Source/web/WebPopupMenuImpl.cpp
+++ b/Source/web/WebPopupMenuImpl.cpp
@@ -206,6 +206,9 @@ void WebPopupMenuImpl::layout()
void WebPopupMenuImpl::enterForceCompositingMode(bool enter)
{
+ // FIXME: Is this function really correct? The other overrides of this function
+ // just used to set forceCompositingMode before we removed that setting.
+ // crbug.com/378029
if (m_isAcceleratedCompositingActive == enter)
return;
« no previous file with comments | « Source/web/WebPagePopupImpl.cpp ('k') | Source/web/WebSettingsImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698