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 75fc5456b75c6b1c84bff233896bfdcf05275d01..747e19f13e7e53860977f496ffa88c7d7333fbe4 100644 |
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h |
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h |
@@ -67,6 +67,7 @@ public: |
BLINK_EXPORT static void enableOriginTrials(bool); |
BLINK_EXPORT static bool isOriginTrialsEnabled(); |
+ BLINK_EXPORT static void enableAccelerated2dCanvas(bool); |
BLINK_EXPORT static void enableAudioOutputDevices(bool); |
BLINK_EXPORT static void enableCanvas2dImageChromium(bool); |
BLINK_EXPORT static void enableCredentialManagerAPI(bool); |