Index: public/web/WebRuntimeFeatures.h |
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
index c46e0bfb81ad8104667f75fe5ea7d89217db0e89..b3159d3c1d6ce0c3728123678229e1b7972d7dcb 100644 |
--- a/public/web/WebRuntimeFeatures.h |
+++ b/public/web/WebRuntimeFeatures.h |
@@ -49,6 +49,8 @@ public: |
BLINK_EXPORT static void enableCompositedSelectionUpdate(bool); |
BLINK_EXPORT static bool isCompositedSelectionUpdateEnabled(); |
+ BLINK_EXPORT static void enableDecodeToYUV(bool); |
+ |
BLINK_EXPORT static void enableDisplayList2dCanvas(bool); |
BLINK_EXPORT static void enableEncryptedMedia(bool); |