| 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 eb30be1ef07deddfeec5805abe9cfb9d81132f2c..dbd7378ce1f8f0ac6be3d6100b31f31b3fdb8195 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -69,6 +69,7 @@ class WebRuntimeFeatures {
|
| BLINK_EXPORT static bool isOriginTrialsEnabled();
|
|
|
| BLINK_EXPORT static void enableAccelerated2dCanvas(bool);
|
| + BLINK_EXPORT static void enableAccessibilityObjectModel(bool);
|
| BLINK_EXPORT static void enableAudioOutputDevices(bool);
|
| BLINK_EXPORT static void enableCanvas2dImageChromium(bool);
|
| BLINK_EXPORT static void enableColorCorrectRendering(bool);
|
|
|