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

Unified Diff: ui/platform_window/android/platform_window_android.cc

Issue 2741533002: Fix AshWindowTreeHost shutdown for Ozone X11. (Closed)
Patch Set: Add to other PlatformWindow implementations. Created 3 years, 9 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/platform_window/android/platform_window_android.h ('k') | ui/platform_window/platform_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/platform_window/android/platform_window_android.cc
diff --git a/ui/platform_window/android/platform_window_android.cc b/ui/platform_window/android/platform_window_android.cc
index 1f6dc60618d7ac5825ad75dde64ff48e20bc91a1..78dd50c0c822d328eff45d84592089f797b5d3e5 100644
--- a/ui/platform_window/android/platform_window_android.cc
+++ b/ui/platform_window/android/platform_window_android.cc
@@ -178,6 +178,8 @@ void PlatformWindowAndroid::Close() {
delegate_->OnCloseRequest();
}
+void PlatformWindowAndroid::PrepareForShutdown() {}
+
void PlatformWindowAndroid::SetBounds(const gfx::Rect& bounds) {
NOTIMPLEMENTED();
}
« no previous file with comments | « ui/platform_window/android/platform_window_android.h ('k') | ui/platform_window/platform_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698