| Index: public/web/WebRuntimeFeatures.h
|
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
|
| index 6925f97f7c71f25d5095177642ca74a965570202..9f18564b099a805da1456a0413d307930a3337d5 100644
|
| --- a/public/web/WebRuntimeFeatures.h
|
| +++ b/public/web/WebRuntimeFeatures.h
|
| @@ -46,6 +46,8 @@ public:
|
|
|
| BLINK_EXPORT static void enableDatabase(bool);
|
|
|
| + BLINK_EXPORT static void enableCompositedSelectionUpdates(bool);
|
| +
|
| BLINK_EXPORT static void enableDisplayList2dCanvas(bool);
|
|
|
| BLINK_EXPORT static void enableEncryptedMedia(bool);
|
|
|