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

Unified Diff: content/renderer/render_view_impl.h

Issue 1685213002: Propagate window coordinates to out-of-process iframes renderers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sendscreenrects
Patch Set: addressing comments Created 4 years, 10 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/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 906be15f23ac66dca9539641b89225774a2c3e6c..a6e95ebd2521777cdc83a602346130cf8a703341 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -676,6 +676,7 @@ class CONTENT_EXPORT RenderViewImpl
void OnEnableViewSourceMode();
void OnForceRedraw(int request_id);
void OnSelectWordAroundCaret();
+ void OnUpdateWindowScreenRect(gfx::Rect window_screen_rect);
nasko 2016/03/03 18:28:57 Let's move this towards the end of this section an
lfg 2016/03/03 22:09:38 Done.
#if defined(OS_ANDROID)
void OnUndoScrollFocusedEditableNodeIntoRect();
void OnUpdateTopControlsState(bool enable_hiding,

Powered by Google App Engine
This is Rietveld 408576698