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

Unified Diff: ash/wm/default_window_resizer.h

Issue 127053005: Cleanup: remove Details::window. Use GetTarget() when possible (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | ash/wm/default_window_resizer.cc » ('j') | ash/wm/dock/docked_window_resizer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/default_window_resizer.h
diff --git a/ash/wm/default_window_resizer.h b/ash/wm/default_window_resizer.h
index f459d52cb69be43c6427fc439d1c1aca5c35fe93..16b1d00413669e014460bc1e245a87f61c1ab1df 100644
--- a/ash/wm/default_window_resizer.h
+++ b/ash/wm/default_window_resizer.h
@@ -30,7 +30,6 @@ class ASH_EXPORT DefaultWindowResizer : public WindowResizer {
bool changed_size() const {
return !(details_.bounds_change & kBoundsChange_Repositions);
}
- aura::Window* target_window() const { return details_.window; }
// WindowResizer:
virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
« no previous file with comments | « no previous file | ash/wm/default_window_resizer.cc » ('j') | ash/wm/dock/docked_window_resizer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698