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