| 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 420b3ff1ea476795f8c470b29a1ee7a2035129d3..09ee544f10a851d6db3b4f56e4de2807be1fc238 100644
|
| --- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| @@ -320,4 +320,9 @@ void WebRuntimeFeatures::enableScrollAnchoring(bool enable)
|
| RuntimeEnabledFeatures::setScrollAnchoringEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enableVideosAsImages(bool enable)
|
| +{
|
| + RuntimeEnabledFeatures::setVideosAsImagesEnabled(enable);
|
| +}
|
| +
|
| } // namespace blink
|
|
|