| 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 7efc0f792f2140381a9705c25b020e30d81b1071..65d5d91f138baee4338e6f1e54bd639da4e0abc7 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| @@ -498,10 +498,6 @@ 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);
|
| }
|
|
|