| Index: third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| index 7e8d055c9674f68421027cdff927a2b6694feee4..cfbe535fb7f195ad76c7fc57fcb64e1caccde894 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -59,6 +59,8 @@ public:
|
|
|
| BLINK_EXPORT static void enableAudioOutputDevices(bool);
|
|
|
| + BLINK_EXPORT static void enableCanvas2dImageChromium(bool);
|
| +
|
| BLINK_EXPORT static void enableDatabase(bool);
|
|
|
| BLINK_EXPORT static void enableCompositedSelectionUpdate(bool);
|
|
|