| Index: public/web/WebRuntimeFeatures.h
|
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
|
| index bef42b1a9b965af32fadc3424a237841f461b78c..93061d6e952879162ac28526281f829c0e2c5c80 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);
|
|
|