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

Unified Diff: ui/base/android/window_android_observer.h

Issue 303293004: Android: Remove WindowAndroidObserver::OnWillDestroyWindow() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « ui/base/android/window_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/android/window_android_observer.h
diff --git a/ui/base/android/window_android_observer.h b/ui/base/android/window_android_observer.h
index 959ff8c564e65d865cc08710f83b890b71cb0a9f..b9f5fbad5cfcd128be3ce70aaa1c24c12501fa07 100644
--- a/ui/base/android/window_android_observer.h
+++ b/ui/base/android/window_android_observer.h
@@ -14,7 +14,6 @@ class UI_BASE_EXPORT WindowAndroidObserver {
virtual void OnCompositingDidCommit() = 0;
virtual void OnAttachCompositor() = 0;
virtual void OnDetachCompositor() = 0;
- virtual void OnWillDestroyWindow() = 0;
virtual void OnVSync(base::TimeTicks frame_time,
base::TimeDelta vsync_period) = 0;
virtual void OnAnimate(base::TimeTicks frame_begin_time) {}
« no previous file with comments | « ui/base/android/window_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698