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

Unified Diff: ui/ozone/demo/ozone_demo.cc

Issue 1406333003: aura: Support SurfaceDestroyed() on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wth2
Patch Set: comment Created 5 years, 2 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/aura/window_tree_host_platform.cc ('k') | ui/platform_window/android/platform_window_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/demo/ozone_demo.cc
diff --git a/ui/ozone/demo/ozone_demo.cc b/ui/ozone/demo/ozone_demo.cc
index c5284228659a80a50adfa184a8b973c13a5bc0f0..790f59665c6eb656607381ace1dd4d8578f92897 100644
--- a/ui/ozone/demo/ozone_demo.cc
+++ b/ui/ozone/demo/ozone_demo.cc
@@ -155,6 +155,9 @@ class DemoWindow : public ui::PlatformWindowDelegate {
DCHECK_NE(widget, gfx::kNullAcceleratedWidget);
widget_ = widget;
}
+ void OnAcceleratedWidgetDestroyed() override {
+ NOTREACHED();
+ }
void OnActivationChanged(bool active) override {}
private:
« no previous file with comments | « ui/aura/window_tree_host_platform.cc ('k') | ui/platform_window/android/platform_window_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698