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

Unified Diff: ui/ozone/platform/dri/dri_window_delegate_manager.h

Issue 883783002: [Ozone-DRI] Assume window IPC arrives before surface IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/ozone/platform/dri/dri_window.h ('k') | ui/ozone/platform/dri/dri_window_delegate_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/dri_window_delegate_manager.h
diff --git a/ui/ozone/platform/dri/dri_window_delegate_manager.h b/ui/ozone/platform/dri/dri_window_delegate_manager.h
index 5f2a572c49e4b738ea4d50154dead4a53fdc564c..eb4f7b923145e14a7e9ee57c7f40878568056fe8 100644
--- a/ui/ozone/platform/dri/dri_window_delegate_manager.h
+++ b/ui/ozone/platform/dri/dri_window_delegate_manager.h
@@ -31,9 +31,6 @@ class DriWindowDelegateManager {
// be called only if a valid delegate has been associated with |widget|.
DriWindowDelegate* GetWindowDelegate(gfx::AcceleratedWidget widget);
- // Check if |widget| has a valid delegate associated with it.
- bool HasWindowDelegate(gfx::AcceleratedWidget widget);
-
private:
typedef base::ScopedPtrHashMap<gfx::AcceleratedWidget, DriWindowDelegate>
WidgetToDelegateMap;
« no previous file with comments | « ui/ozone/platform/dri/dri_window.h ('k') | ui/ozone/platform/dri/dri_window_delegate_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698