| 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 65d5d91f138baee4338e6f1e54bd639da4e0abc7..7efc0f792f2140381a9705c25b020e30d81b1071 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| @@ -498,6 +498,10 @@ void WebSettingsImpl::setAntialiased2dCanvasEnabled(bool enabled) {
|
| m_settings->setAntialiased2dCanvasEnabled(enabled);
|
| }
|
|
|
| +void WebSettingsImpl::setForceSoftwareReadbackFrom2DCanvas(bool enabled) {
|
| + m_settings->setForceSoftwareReadbackFrom2DCanvas(enabled);
|
| +}
|
| +
|
| void WebSettingsImpl::setAntialiasedClips2dCanvasEnabled(bool enabled) {
|
| m_settings->setAntialiasedClips2dCanvasEnabled(enabled);
|
| }
|
|
|