| Index: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| index 72f76978e4d4a6cdfd9824cb8cdbdf7e44ff079a..1af7c9d98dcda24120f8022ed16b32cfedbdb8d5 100644
|
| --- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| @@ -355,6 +355,11 @@ void WebRuntimeFeatures::enablePresentationAPI(bool enable)
|
| RuntimeEnabledFeatures::setPresentationEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enableWebFontsInterventionV2With3G(bool enable)
|
| +{
|
| + RuntimeEnabledFeatures::setWebFontsInterventionV2With3GEnabled(enable);
|
| +}
|
| +
|
| void WebRuntimeFeatures::enableWebFontsInterventionV2With2G(bool enable)
|
| {
|
| RuntimeEnabledFeatures::setWebFontsInterventionV2With2GEnabled(enable);
|
|
|