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

Unified Diff: public/web/WebRuntimeFeatures.h

Issue 630903002: Allow enabling "CSSViewport" runtime feature outside Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Export WebRuntimeFeatures::setCSSViewportEnabled() to be called from content::SetRuntimeFeaturesDef… Created 6 years, 2 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
« Source/web/WebRuntimeFeatures.cpp ('K') | « Source/web/WebRuntimeFeatures.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebRuntimeFeatures.h
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
index 2d5ea4b616d006e5b34a8ed28af6ed27f95b6174..d8b6b98eb005e7368df1186c833e7efbe7675eb7 100644
--- a/public/web/WebRuntimeFeatures.h
+++ b/public/web/WebRuntimeFeatures.h
@@ -139,6 +139,8 @@ public:
BLINK_EXPORT static void enableTextBlobs(bool);
+ BLINK_EXPORT static void setCSSViewportEnabled(bool);
+
private:
WebRuntimeFeatures();
};
« Source/web/WebRuntimeFeatures.cpp ('K') | « Source/web/WebRuntimeFeatures.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698