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

Unified Diff: Source/WebKit/chromium/src/WebSettingsImpl.cpp

Issue 14614007: Remove frame flattening from rendering code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: better. Created 7 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
Index: Source/WebKit/chromium/src/WebSettingsImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebSettingsImpl.cpp b/Source/WebKit/chromium/src/WebSettingsImpl.cpp
index 5d6a52dbda6c63507d9e06d5f180b61da81c08e3..8781722ef338ec3a9b5fab5d3419c0bc666fa87f 100644
--- a/Source/WebKit/chromium/src/WebSettingsImpl.cpp
+++ b/Source/WebKit/chromium/src/WebSettingsImpl.cpp
@@ -309,7 +309,7 @@ void WebSettingsImpl::setEditableLinkBehaviorNeverLive()
void WebSettingsImpl::setFrameFlatteningEnabled(bool enabled)
{
- m_settings->setFrameFlatteningEnabled(enabled);
+ // FIXME: Remove this once Chromium no longer tries to call it. http://crbug.com/231898
}
void WebSettingsImpl::setFontRenderingModeNormal()
« no previous file with comments | « LayoutTests/fast/spatial-navigation/snav-iframe-flattening-simple-expected.txt ('k') | Source/core/page/FrameView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698