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 2eedb74d0dbb271e73417183d1874c5499e2a2b2..20c234bad0d1fe390bbf5d7d1437e1a54bad51c9 100644 |
--- a/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp |
+++ b/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp |
@@ -418,4 +418,8 @@ void WebRuntimeFeatures::EnableMediaCastOverlayButton(bool enable) { |
RuntimeEnabledFeatures::SetMediaCastOverlayButtonEnabled(enable); |
} |
+void WebRuntimeFeatures::EnableClientPlaceholdersForServerLoFi(bool enable) { |
+ RuntimeEnabledFeatures::SetClientPlaceholdersForServerLoFiEnabled(enable); |
+} |
+ |
} // namespace blink |