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

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

Issue 1814863002: Make page popups work under OOPIF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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..bc03ae33bbf636159333b31852ecc90b9a1e0780 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
@@ -216,6 +216,7 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame
uint32_t last_output_surface_id_;
gfx::Size current_surface_size_;
float current_surface_scale_factor_;
+ gfx::Rect last_screen_rect_;
uint32_t ack_pending_count_;
cc::ReturnedResourceArray surface_returned_resources_;

Powered by Google App Engine
This is Rietveld 408576698