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

Unified Diff: services/ui/surfaces/direct_output_surface_ozone.h

Issue 2176303002: services/ui: Remove deprecated gpu code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot-merge Created 4 years, 5 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 | « services/ui/surfaces/BUILD.gn ('k') | services/ui/surfaces/direct_output_surface_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/surfaces/direct_output_surface_ozone.h
diff --git a/services/ui/surfaces/direct_output_surface_ozone.h b/services/ui/surfaces/direct_output_surface_ozone.h
index 085fb65dba42d5f88320de9188872dbc36b7fd73..d7aa5c61091934105e6e087964960118c48e3757 100644
--- a/services/ui/surfaces/direct_output_surface_ozone.h
+++ b/services/ui/surfaces/direct_output_surface_ozone.h
@@ -11,7 +11,6 @@
#include "cc/output/context_provider.h"
#include "cc/output/output_surface.h"
#include "components/display_compositor/gl_helper.h"
-#include "services/ui/surfaces/ozone_gpu_memory_buffer_manager.h"
#include "ui/gfx/geometry/size.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/gfx/swap_result.h"
@@ -72,7 +71,6 @@ class DirectOutputSurfaceOzone : public cc::OutputSurface {
void OnGpuSwapBuffersCompleted(gfx::SwapResult result);
display_compositor::GLHelper gl_helper_;
- std::unique_ptr<OzoneGpuMemoryBufferManager> ozone_gpu_memory_buffer_manager_;
std::unique_ptr<display_compositor::BufferQueue> buffer_queue_;
cc::SyntheticBeginFrameSource* const synthetic_begin_frame_source_;
« no previous file with comments | « services/ui/surfaces/BUILD.gn ('k') | services/ui/surfaces/direct_output_surface_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698