| Index: public/web/WebRuntimeFeatures.h
|
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
|
| index 5b1bb81a6ddc33f598bb41e2baddfa6abe8e4781..daf9f1405c3af948d703697bf5ee2497955d02da 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);
|
|
|