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

Unified Diff: content/renderer/render_widget.h

Issue 2333353002: Don't set view_screen_rect_ on RequestMove ACK (Closed)
Patch Set: Rebase Created 4 years, 2 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/renderer/render_view_impl.cc ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index 95f8549462e164c51b13f89be44321854a7434f9..85d41a2d59befb9ac090299b3b052b8805760415 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -265,6 +265,7 @@ class CONTENT_EXPORT RenderWidget
void closeWidgetSoon() override;
void show(blink::WebNavigationPolicy) override;
blink::WebRect windowRect() override;
+ blink::WebRect viewRect() override;
void setToolTipText(const blink::WebString& text,
blink::WebTextDirection hint) override;
void setWindowRect(const blink::WebRect&) override;
@@ -385,10 +386,6 @@ class CONTENT_EXPORT RenderWidget
// Called when the Widget has changed size as a result of an auto-resize.
void DidAutoResize(const gfx::Size& new_size);
- // Called to get the position of the root window containing the widget in
- // screen coordinates.
- gfx::Rect RootWindowRect();
-
// Indicates whether this widget has focus.
bool has_focus() const { return has_focus_; }
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698