Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: third_party/WebKit/public/platform/WebRuntimeFeatures.h

Issue 2930323003: Show client placeholders for Server LoFi images. (Closed)
Patch Set: Addressed megjablon's comments Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/platform/WebRuntimeFeatures.h
diff --git a/third_party/WebKit/public/platform/WebRuntimeFeatures.h b/third_party/WebKit/public/platform/WebRuntimeFeatures.h
index e67bf3549f59069232bee99bd1085240d64e8029..f5bf8a782b32aade5f0fac05f6ca4b3ec7ca5052 100644
--- a/third_party/WebKit/public/platform/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/platform/WebRuntimeFeatures.h
@@ -161,6 +161,7 @@ class WebRuntimeFeatures {
BLINK_PLATFORM_EXPORT static void EnableLocationHardReload(bool);
BLINK_PLATFORM_EXPORT static void EnableRemotePlaybackBackend(bool);
BLINK_PLATFORM_EXPORT static void EnableMediaCastOverlayButton(bool);
+ BLINK_PLATFORM_EXPORT static void EnableClientPlaceholdersForServerLoFi(bool);
private:
WebRuntimeFeatures();

Powered by Google App Engine
This is Rietveld 408576698