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

Unified Diff: ui/ozone/platform/dri/dri_gpu_platform_support_host.cc

Issue 800743002: [Ozone-DRI] Add support for asynchronous display configuration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@async-refactor6
Patch Set: Remove unneeded code Created 6 years 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: ui/ozone/platform/dri/dri_gpu_platform_support_host.cc
diff --git a/ui/ozone/platform/dri/dri_gpu_platform_support_host.cc b/ui/ozone/platform/dri/dri_gpu_platform_support_host.cc
index 7fec2d0dd0c74891bb6135ffaf85e1f1c6677d2e..890ee325c5aff3b3bcd63a0cf5bc555256f373a7 100644
--- a/ui/ozone/platform/dri/dri_gpu_platform_support_host.cc
+++ b/ui/ozone/platform/dri/dri_gpu_platform_support_host.cc
@@ -87,7 +87,7 @@ bool DriGpuPlatformSupportHost::Send(IPC::Message* message) {
if (sender_)
return sender_->Send(message);
- return true;
+ return false;
}
void DriGpuPlatformSupportHost::SetHardwareCursor(
« no previous file with comments | « ui/ozone/platform/dri/dri_gpu_platform_support.cc ('k') | ui/ozone/platform/dri/native_display_delegate_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698