Index: public/web/WebRuntimeFeatures.h |
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
index 14175377dcab4dd9ccc8fdd3d9b63a14d1cbaedd..d5a85dfef9878ab1f9d4f9fca7a78f68709790d6 100644 |
--- a/public/web/WebRuntimeFeatures.h |
+++ b/public/web/WebRuntimeFeatures.h |
@@ -157,6 +157,8 @@ public: |
BLINK_EXPORT static void enableUnsafeES3APIs(bool); |
BLINK_EXPORT static void enableWebVR(bool); |
+ |
+ BLINK_EXPORT static void enableNewMediaPlaybackUi(bool); |
jochen (gone - plz use gerrit)
2015/08/05 10:58:44
this shouldn't be needed now, right?
liberato (no reviews please)
2015/08/05 16:36:40
it is needed temporarily, unfortunately.
the desk
|
private: |
WebRuntimeFeatures(); |
}; |