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

Unified Diff: ui/ozone/platform/drm/gbm_surface_factory.h

Issue 1071273002: NotForReview: Implement zero/one-copy texture for ozone freon using Intel DRM Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/drm/gbm_surface_factory.h
diff --git a/ui/ozone/platform/drm/gbm_surface_factory.h b/ui/ozone/platform/drm/gbm_surface_factory.h
index 355a0ad1d812e18a322c542ae67915f3cad8949e..672ef5c8d09e527ed9466bb3050f56dcb0b06461 100644
--- a/ui/ozone/platform/drm/gbm_surface_factory.h
+++ b/ui/ozone/platform/drm/gbm_surface_factory.h
@@ -39,7 +39,8 @@ class GbmSurfaceFactory : public DrmSurfaceFactory {
gfx::AcceleratedWidget widget,
gfx::Size size,
BufferFormat format,
- BufferUsage usage) override;
+ BufferUsage usage,
+ gfx::GpuMemoryBufferHandle* handle) override;
OverlayCandidatesOzone* GetOverlayCandidates(
gfx::AcceleratedWidget w) override;
bool ScheduleOverlayPlane(gfx::AcceleratedWidget widget,

Powered by Google App Engine
This is Rietveld 408576698