Chromium Code Reviews| Index: public/web/WebRuntimeFeatures.h |
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
| index af54f705a9987f6f7130887a48f0051ff29ef9f9..0535e2bbb7e3f9ceb4732525a407708a95c23b5a 100644 |
| --- a/public/web/WebRuntimeFeatures.h |
| +++ b/public/web/WebRuntimeFeatures.h |
| @@ -146,6 +146,8 @@ public: |
| WEBKIT_EXPORT static void enableOverlayScrollbars(bool); |
| + WEBKIT_EXPORT static void enableInputModeAttribute(bool); |
| + |
| private: |
| WebRuntimeFeatures(); |
| }; |