| Index: third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.cpp b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| index e589765e89054093410fbfe60dd084b8be4a987a..09436feb0a79ab3d8c4521610b0832039acf98bd 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| @@ -502,6 +502,10 @@ void WebSettingsImpl::setAntialiasedClips2dCanvasEnabled(bool enabled) {
|
| m_settings->setAntialiasedClips2dCanvasEnabled(enabled);
|
| }
|
|
|
| +void WebSettingsImpl::setForceRedundant2dCanvasCopy(bool enabled) {
|
| + m_settings->setForceRedundant2dCanvasCopy(enabled);
|
| +}
|
| +
|
| void WebSettingsImpl::setPreferCompositingToLCDTextEnabled(bool enabled) {
|
| m_devToolsEmulator->setPreferCompositingToLCDTextEnabled(enabled);
|
| }
|
|
|