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

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

Issue 489193002: Ozone overlay candidates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove implicit ordering Created 6 years, 4 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/gbm_surface_factory.h
diff --git a/ui/ozone/platform/dri/gbm_surface_factory.h b/ui/ozone/platform/dri/gbm_surface_factory.h
index 0c83e17b87aeb7ecd64660808fcc6b5da53034c2..fa85a7ac64928c75f8a490b99dc3ede84687ab5b 100644
--- a/ui/ozone/platform/dri/gbm_surface_factory.h
+++ b/ui/ozone/platform/dri/gbm_surface_factory.h
@@ -34,6 +34,8 @@ class GbmSurfaceFactory : public DriSurfaceFactory {
virtual scoped_refptr<ui::NativePixmap> CreateNativePixmap(
gfx::Size size,
BufferFormat format) OVERRIDE;
+ virtual OverlayCandidatesOzone* GetOverlayCandidates(
+ gfx::AcceleratedWidget w) OVERRIDE;
virtual bool ScheduleOverlayPlane(gfx::AcceleratedWidget widget,
int plane_z_order,
gfx::OverlayTransform plane_transform,
« no previous file with comments | « no previous file | ui/ozone/platform/dri/gbm_surface_factory.cc » ('j') | ui/ozone/platform/dri/gbm_surface_factory.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698