| 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 127fd63caf70d375fbd2603bfd2a2a8bec19bdfa..d0988013073b6a7c8166769bd5c64e357fcbfe21 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);
|
|
|