Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1241)

Unified Diff: content/browser/frame_host/render_widget_host_view_child_frame.cc

Issue 431183002: Add placeholder for RWHVChildFrame::CreateBrowserAccessibilityManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add override Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/frame_host/render_widget_host_view_child_frame.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/render_widget_host_view_child_frame.cc
diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.cc b/content/browser/frame_host/render_widget_host_view_child_frame.cc
index 91b695bff7e2d514b2d887584d2459ad649dc590..5c4199c5338632d277c278a63ac578005883f86e 100644
--- a/content/browser/frame_host/render_widget_host_view_child_frame.cc
+++ b/content/browser/frame_host/render_widget_host_view_child_frame.cc
@@ -336,4 +336,12 @@ SkColorType RenderWidgetHostViewChildFrame::PreferredReadbackFormat() {
return kN32_SkColorType;
}
+BrowserAccessibilityManager*
+RenderWidgetHostViewChildFrame::CreateBrowserAccessibilityManager(
+ BrowserAccessibilityDelegate* delegate) {
+ // This eventually needs to be implemented for cross-process iframes.
+ // http://crbug.com/368298
+ return NULL;
+}
+
} // namespace content
« no previous file with comments | « content/browser/frame_host/render_widget_host_view_child_frame.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698