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

Unified Diff: services/ui/ws/platform_display.cc

Issue 2431753002: Mus experiment in content shell on Android.
Patch Set: Addressed comments, fixed browser tests and deps. Created 4 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: services/ui/ws/platform_display.cc
diff --git a/services/ui/ws/platform_display.cc b/services/ui/ws/platform_display.cc
index 35d7f9b7591dbfd6764f897336aab92c469d1924..42ddce1504342b24bf0f11864ab27a80a6ecc7ba 100644
--- a/services/ui/ws/platform_display.cc
+++ b/services/ui/ws/platform_display.cc
@@ -278,7 +278,7 @@ void DefaultPlatformDisplay::OnLostCapture() {
}
void DefaultPlatformDisplay::OnAcceleratedWidgetAvailable(
- gfx::AcceleratedWidget widget,
+ gpu::SurfaceHandle widget,
float device_scale_factor) {
frame_generator_->OnAcceleratedWidgetAvailable(widget);
}

Powered by Google App Engine
This is Rietveld 408576698