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

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

Issue 1713723002: Implement accessibility support for CSS-transformed iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 9 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
Index: content/browser/frame_host/render_widget_host_view_child_frame.h
diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.h b/content/browser/frame_host/render_widget_host_view_child_frame.h
index f6cba54f837fa5e643b7eb4af8334b787d4f9095..66adabad36dc0e96f3b6d9c0fdd18354ab968558 100644
--- a/content/browser/frame_host/render_widget_host_view_child_frame.h
+++ b/content/browser/frame_host/render_widget_host_view_child_frame.h
@@ -183,6 +183,7 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame
void SurfaceDrawn(uint32_t output_surface_id, cc::SurfaceDrawStatus drawn);
// Exposed for tests.
+ bool IsChildFrameForTesting() const override;
cc::SurfaceId SurfaceIdForTesting() const override;
CrossProcessFrameConnector* FrameConnectorForTesting() const {
return frame_connector_;

Powered by Google App Engine
This is Rietveld 408576698