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

Unified Diff: ui/display/types/native_display_delegate.cc

Issue 2324163002: Add FakeDisplayDelegate for off device usage. (Closed)
Patch Set: Fix windows compile problems. Created 4 years, 3 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/display/types/native_display_delegate.h ('k') | ui/ozone/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/types/native_display_delegate.cc
diff --git a/ui/ozone/platform/drm/gpu/inter_thread_messaging_proxy.cc b/ui/display/types/native_display_delegate.cc
similarity index 61%
copy from ui/ozone/platform/drm/gpu/inter_thread_messaging_proxy.cc
copy to ui/display/types/native_display_delegate.cc
index fd909c29a8bdf280c2367e718e727f22d87be06f..eda782c453ee434d17a048a5437a22712ea930f0 100644
--- a/ui/ozone/platform/drm/gpu/inter_thread_messaging_proxy.cc
+++ b/ui/display/types/native_display_delegate.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/ozone/platform/drm/gpu/inter_thread_messaging_proxy.h"
+#include "ui/display/types/native_display_delegate.h"
namespace ui {
-InterThreadMessagingProxy::~InterThreadMessagingProxy() {}
+NativeDisplayDelegate::~NativeDisplayDelegate() {}
} // namespace ui
« no previous file with comments | « ui/display/types/native_display_delegate.h ('k') | ui/ozone/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698