| Index: third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
|
| index 2fa21863b5abb79127792f27a24e9e9a9d081369..6f5d2818033169989323e027e402785ef1be63cc 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
|
| @@ -112,12 +112,6 @@ void WebRuntimeFeatures::EnableDisplayList2dCanvas(bool enable) {
|
| RuntimeEnabledFeatures::setDisplayList2dCanvasEnabled(enable);
|
| }
|
|
|
| -void WebRuntimeFeatures::EnableCanvas2dDynamicRenderingModeSwitching(
|
| - bool enable) {
|
| - RuntimeEnabledFeatures::setEnableCanvas2dDynamicRenderingModeSwitchingEnabled(
|
| - enable);
|
| -}
|
| -
|
| void WebRuntimeFeatures::EnableDocumentWriteEvaluator(bool enable) {
|
| RuntimeEnabledFeatures::setDocumentWriteEvaluatorEnabled(enable);
|
| }
|
|
|