Chromium Code Reviews| Index: public/web/WebRuntimeFeatures.h |
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
| index 8764c70be5835ed2daf5d9686698f04032d796dc..7afa6f5ca19902d7c38a0a6bee6b34eedbc1673e 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); |
|
abarth-chromium
2014/06/25 19:54:59
Why do we need a public API for this setting?
jdduke (slow)
2014/06/25 21:50:54
The composited updates will initially only be enab
|
| + |
| BLINK_EXPORT static void enableDialogElement(bool); |
| BLINK_EXPORT static void enableEncryptedMedia(bool); |