| Index: android_webview/native/aw_settings.h
|
| diff --git a/android_webview/native/aw_settings.h b/android_webview/native/aw_settings.h
|
| index 12a2c0aa76529f22e59443ab4f1607fbafb56fbf..7075c160a758654fce991ae7fe181e52d32fe12f 100644
|
| --- a/android_webview/native/aw_settings.h
|
| +++ b/android_webview/native/aw_settings.h
|
| @@ -50,6 +50,8 @@ class AwSettings : public content::WebContentsObserver {
|
| virtual void WebContentsDestroyed(
|
| content::WebContents* web_contents) OVERRIDE;
|
|
|
| + bool accelerated_2d_canvas_disabled_by_switch_;
|
| +
|
| JavaObjectWeakGlobalRef aw_settings_;
|
| };
|
|
|
|
|