Chromium Code Reviews| Index: public/web/WebRuntimeFeatures.h |
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
| index c0cac161709d236784244d4dc6f37c71bb3c0293..47f90e86897408fd4a65cd146bf885f2fb16143b 100644 |
| --- a/public/web/WebRuntimeFeatures.h |
| +++ b/public/web/WebRuntimeFeatures.h |
| @@ -133,6 +133,7 @@ public: |
| BLINK_EXPORT static void enableLayerSquashing(bool); |
| + BLINK_EXPORT static void enableScreenOrientation(bool); |
| private: |
| WebRuntimeFeatures(); |
| }; |