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); |
|
philipj_slow
2015/07/21 12:02:21
Can be removed?
liberato (no reviews please)
2015/07/27 20:26:09
Done.
|
| private: |
| WebRuntimeFeatures(); |
| }; |