Chromium Code Reviews

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

Issue 1128113011: ozone: Introduce ClientPixmap and ClientPixmapFactory for non-GPU processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: NativePixmapManager is singleton Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: ui/ozone/platform/drm/gpu/gbm_surface_factory.h
diff --git a/ui/ozone/platform/drm/gpu/gbm_surface_factory.h b/ui/ozone/platform/drm/gpu/gbm_surface_factory.h
index 0bc01b3be4fb52b4bf5738f9df58f91573a40e36..9073a83f89823514a3b0890d9c74bc4a768a46d7 100644
--- a/ui/ozone/platform/drm/gpu/gbm_surface_factory.h
+++ b/ui/ozone/platform/drm/gpu/gbm_surface_factory.h
@@ -40,7 +40,6 @@ class GbmSurfaceFactory : public DrmSurfaceFactory {
BufferFormat format,
BufferUsage usage) override;
bool CanShowPrimaryPlaneAsOverlay() override;
- bool CanCreateNativePixmap(BufferUsage usage) override;
private:
scoped_refptr<GbmDevice> GetGbmDevice(gfx::AcceleratedWidget widget);

Powered by Google App Engine