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(); |
}; |