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

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

Issue 1063083003: Revert of Snap RWHVA and resize the legacy window on Windows whenever the ancestor window's bounds change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | content/browser/renderer_host/render_widget_host_view_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_view_aura.h
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
index d9e12015d8a94d271dae24baea6215dc985b70da..89bead7ba5d890cf2c78985745ee68f3cef02191 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.h
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h
@@ -401,9 +401,6 @@
class WindowObserver;
friend class WindowObserver;
- class WindowAncestorObserver;
- friend class WindowAncestorObserver;
-
void UpdateCursorIfOverSelf();
// Tracks whether SnapToPhysicalPixelBoundary() has been called.
@@ -503,12 +500,6 @@
bool mouse_locked,
bool selection_popup);
- // Called when the parent window bounds change.
- void HandleParentBoundsChanged();
-
- // Called when the parent window hierarchy for our window changes.
- void ParentHierarchyChanged();
-
// The model object.
RenderWidgetHostImpl* host_;
@@ -517,9 +508,6 @@
scoped_ptr<DelegatedFrameHost> delegated_frame_host_;
scoped_ptr<WindowObserver> window_observer_;
-
- // Tracks the ancestors of the RWHVA window for window location changes.
- scoped_ptr<WindowAncestorObserver> ancestor_window_observer_;
// Are we in the process of closing? Tracked so fullscreen views can avoid
// sending a second shutdown request to the host when they lose the focus
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698