| Index: content/browser/web_contents/web_contents_android.cc
|
| diff --git a/content/browser/web_contents/web_contents_android.cc b/content/browser/web_contents/web_contents_android.cc
|
| index fb45acf0584dd520eb5d13d4be5e5f7d60f24428..b5f05b75148c62b5cf3e82ef829249f2708fc2ee 100644
|
| --- a/content/browser/web_contents/web_contents_android.cc
|
| +++ b/content/browser/web_contents/web_contents_android.cc
|
| @@ -601,7 +601,6 @@ void WebContentsAndroid::RequestAccessibilitySnapshot(
|
| // base::Callback.
|
| ScopedJavaGlobalRef<jobject> j_callback;
|
| j_callback.Reset(env, callback);
|
| - gfx::DeviceDisplayInfo device_info;
|
|
|
| WebContentsImpl::AXTreeSnapshotCallback snapshot_callback =
|
| base::Bind(&AXTreeSnapshotCallback, j_callback);
|
|
|