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

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

Issue 937793002: [Ozone-Dri] Remove unneeded param to DriWindowDelegateImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: ui/ozone/platform/dri/dri_window_delegate_impl.cc
diff --git a/ui/ozone/platform/dri/dri_window_delegate_impl.cc b/ui/ozone/platform/dri/dri_window_delegate_impl.cc
index 8eca58efce54247acb615e0417e9433a71138b89..0ebd524b453571c82f08d4256305bd48ee0160ba 100644
--- a/ui/ozone/platform/dri/dri_window_delegate_impl.cc
+++ b/ui/ozone/platform/dri/dri_window_delegate_impl.cc
@@ -9,7 +9,6 @@
#include "third_party/skia/include/core/SkDevice.h"
#include "third_party/skia/include/core/SkSurface.h"
#include "ui/ozone/platform/dri/dri_buffer.h"
-#include "ui/ozone/platform/dri/dri_window_delegate_manager.h"
#include "ui/ozone/platform/dri/dri_wrapper.h"
#include "ui/ozone/platform/dri/drm_device_manager.h"
#include "ui/ozone/platform/dri/screen_manager.h"
@@ -46,11 +45,9 @@ void UpdateCursorImage(DriBuffer* cursor, const SkBitmap& image) {
DriWindowDelegateImpl::DriWindowDelegateImpl(
gfx::AcceleratedWidget widget,
DrmDeviceManager* device_manager,
- DriWindowDelegateManager* window_manager,
ScreenManager* screen_manager)
: widget_(widget),
device_manager_(device_manager),
- window_manager_(window_manager),
screen_manager_(screen_manager),
controller_(NULL),
cursor_frontbuffer_(0),
« no previous file with comments | « ui/ozone/platform/dri/dri_window_delegate_impl.h ('k') | ui/ozone/platform/dri/dri_window_delegate_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698