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

Unified Diff: components/mus/ws/display_manager.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
Index: components/mus/ws/display_manager.cc
diff --git a/components/mus/ws/display_manager.cc b/components/mus/ws/display_manager.cc
index b7041cbe95266c839087941ce65dbaff27e06c96..21f4f216cf4a5eb0ae32ae24b8847106ff3897af 100644
--- a/components/mus/ws/display_manager.cc
+++ b/components/mus/ws/display_manager.cc
@@ -351,6 +351,10 @@ void DefaultDisplayManager::OnAcceleratedWidgetAvailable(
UpdateMetrics(metrics_.size_in_pixels.To<gfx::Size>(), device_pixel_ratio);
}
+void DefaultDisplayManager::OnAcceleratedWidgetDestroyed() {
+ NOTREACHED();
+}
+
void DefaultDisplayManager::OnActivationChanged(bool active) {}
} // namespace mus
« no previous file with comments | « components/mus/ws/display_manager.h ('k') | content/browser/compositor/software_output_device_ozone_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698