Chromium Code Reviews| Index: public/web/WebRuntimeFeatures.h |
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
| index a62a663d0ddc203a0f75e2b9e72e8d708d608a92..fac9a69939bdc6ec7d2cd7838e8976e5975672c8 100644 |
| --- a/public/web/WebRuntimeFeatures.h |
| +++ b/public/web/WebRuntimeFeatures.h |
| @@ -159,6 +159,8 @@ public: |
| BLINK_EXPORT static void enableUnsafeES3APIs(bool); |
| BLINK_EXPORT static void enableWebVR(bool); |
| + |
| + BLINK_EXPORT static void enableNewMediaPlaybackUi(bool); |
|
liberato (no reviews please)
2015/07/09 22:35:36
i think that this can be removed.
philipj_slow
2015/07/09 23:18:37
Yep.
|
| private: |
| WebRuntimeFeatures(); |
| }; |