| 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 f6183950fa84ac27592ee55d13433a12085f9a20..6f7627c792b38e9af7117046b9fb6ecb9d20fcfa 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
|
| @@ -414,4 +414,9 @@ void WebRuntimeFeatures::EnableMediaCastOverlayButton(bool enable) {
|
| RuntimeEnabledFeatures::SetMediaCastOverlayButtonEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::EnableShowClientPlaceholdersForServerLoFi(
|
| + bool enable) {
|
| + RuntimeEnabledFeatures::SetShowClientPlaceholdersForServerLoFiEnabled(enable);
|
| +}
|
| +
|
| } // namespace blink
|
|
|