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

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: Introduce NativePixmapClient Created 5 years, 7 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/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 c43c1e403996c6128ddcd50d075d79722f2fcffd..f8bd0ccb431bd428b103016cc4a5edbb01679327 100644
--- a/ui/ozone/platform/drm/gpu/gbm_surface_factory.h
+++ b/ui/ozone/platform/drm/gpu/gbm_surface_factory.h
@@ -46,7 +46,6 @@ class GbmSurfaceFactory : public DrmSurfaceFactory {
const gfx::Rect& display_bounds,
const gfx::RectF& crop_rect) override;
bool CanShowPrimaryPlaneAsOverlay() override;
- bool CanCreateNativePixmap(BufferUsage usage) override;
private:
scoped_refptr<GbmDevice> GetGbmDevice(gfx::AcceleratedWidget widget);

Powered by Google App Engine
This is Rietveld 408576698