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

Unified Diff: trunk/src/content/browser/renderer_host/render_widget_host_view_aura.h

Issue 23304003: Revert 218338 "Resubmit issue to fix issue where window bounds w..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 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: trunk/src/content/browser/renderer_host/render_widget_host_view_aura.h
===================================================================
--- trunk/src/content/browser/renderer_host/render_widget_host_view_aura.h (revision 218364)
+++ trunk/src/content/browser/renderer_host/render_widget_host_view_aura.h (working copy)
@@ -392,11 +392,6 @@
void UpdateCursorIfOverSelf();
bool ShouldSkipFrame(gfx::Size size_in_dip) const;
- // Set the bounds of the window and handle size changes. Assumes the caller
- // has already adjusted the origin of |rect| to conform to whatever coordinate
- // space is required by the aura::Window.
- void InternalSetBounds(const gfx::Rect& rect);
-
// Lazily grab a resize lock if the aura window size doesn't match the current
// frame size, to give time to the renderer.
void MaybeCreateResizeLock();

Powered by Google App Engine
This is Rietveld 408576698