| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index 95f02105505ce7a387b14013593a5e692c568757..b76bccec82e072ac9fe1000d52b1097732e53748 100644
|
| --- a/Source/web/WebSettingsImpl.cpp
|
| +++ b/Source/web/WebSettingsImpl.cpp
|
| @@ -470,11 +470,6 @@ void WebSettingsImpl::setAcceleratedCompositingForFixedRootBackgroundEnabled(boo
|
| m_settings->setAcceleratedCompositingForFixedRootBackgroundEnabled(enabled);
|
| }
|
|
|
| -void WebSettingsImpl::setAcceleratedCompositingForGpuRasterizationHintEnabled(bool enabled)
|
| -{
|
| - m_settings->setAcceleratedCompositingForGpuRasterizationHintEnabled(enabled);
|
| -}
|
| -
|
| void WebSettingsImpl::setAcceleratedCompositingForCanvasEnabled(bool enabled)
|
| {
|
| m_settings->setAcceleratedCompositingForCanvasEnabled(enabled);
|
|
|