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

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

Issue 469343003: [Ozone-GBM] Pumb DriWindowDelegate throughout the platform (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unittest && rebase Created 6 years, 4 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/gbm_surfaceless.cc ('k') | ui/ozone/platform/dri/gpu_platform_support_gbm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/gpu_platform_support_gbm.h
diff --git a/ui/ozone/platform/dri/gpu_platform_support_gbm.h b/ui/ozone/platform/dri/gpu_platform_support_gbm.h
index 806bf9569b99b4bdda3fa88c521975d5c546bb35..f1cc57a4667ac62384782663970eb0689c82d30e 100644
--- a/ui/ozone/platform/dri/gpu_platform_support_gbm.h
+++ b/ui/ozone/platform/dri/gpu_platform_support_gbm.h
@@ -50,15 +50,11 @@ class GpuPlatformSupportGbm : public GpuPlatformSupport {
const gfx::Point& location);
void OnCursorMove(gfx::AcceleratedWidget widget, const gfx::Point& location);
- typedef base::ScopedPtrHashMap<gfx::AcceleratedWidget, DriWindowDelegate>
- WidgetToWindowDelegateMap;
-
IPC::Sender* sender_;
DriSurfaceFactory* dri_;
DriWindowManager* window_manager_;
ScreenManager* screen_manager_;
ScopedVector<GpuPlatformSupport> handlers_;
- WidgetToWindowDelegateMap window_delegate_owner_;
};
} // namespace ui
« no previous file with comments | « ui/ozone/platform/dri/gbm_surfaceless.cc ('k') | ui/ozone/platform/dri/gpu_platform_support_gbm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698