Index: public/web/WebRuntimeFeatures.h |
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
index 745f24cf98950ce46d3d5c29f2b492140c59941c..dd0796533bf97750f8775656c2aabc947eccf462 100644 |
--- a/public/web/WebRuntimeFeatures.h |
+++ b/public/web/WebRuntimeFeatures.h |
@@ -169,6 +169,8 @@ public: |
BLINK_EXPORT static void enableRepaintAfterLayout(bool); |
+ BLINK_EXPORT static void enableOptimizedLayoutOnViewHeightChange(bool); |
+ |
private: |
WebRuntimeFeatures(); |
}; |