Chromium Code Reviews| Index: content/browser/web_contents/web_contents_impl.h |
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
| index 4442c56315ee22648def0f07bb2ec6383d4a369c..aa7cf518ea898183e75a95c96308819f51c0238d 100644 |
| --- a/content/browser/web_contents/web_contents_impl.h |
| +++ b/content/browser/web_contents/web_contents_impl.h |
| @@ -237,10 +237,7 @@ class CONTENT_EXPORT WebContentsImpl |
| // Request a one-time snapshot of the accessibility tree without changing |
| // the accessibility mode. |
| - using AXTreeSnapshotCallback = |
| - base::Callback<void( |
| - const ui::AXTreeUpdate&)>; |
| - void RequestAXTreeSnapshot(AXTreeSnapshotCallback callback); |
| + void RequestAXTreeSnapshot(AXTreeSnapshotCallback callback) override; |
|
Avi (use Gerrit)
2017/04/14 14:45:05
You'll need to move this to the block of overridin
Muyuan
2017/04/18 18:24:51
Done.
|
| // Set a temporary zoom level for the frames associated with this WebContents. |
| // If |is_temporary| is true, we are setting a new temporary zoom level, |