| Index: public/web/WebRuntimeFeatures.h
|
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
|
| index 4845921a4442cad69fdfe38f8cf6f2481902370c..0b54cbfb8a1732e5b2e4aaac89fd930c3d96f484 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 enableDisplayList2dCanvas(bool);
|
| +
|
| BLINK_EXPORT static void enableEncryptedMedia(bool);
|
| BLINK_EXPORT static bool isEncryptedMediaEnabled();
|
|
|
|
|