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

Unified Diff: ui/ozone/platform/wayland/wayland_surface_factory.h

Issue 1752263004: ozone/platform/wayland: build fix about CreateNativePixmapFromHandle() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | ui/ozone/platform/wayland/wayland_surface_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/wayland/wayland_surface_factory.h
diff --git a/ui/ozone/platform/wayland/wayland_surface_factory.h b/ui/ozone/platform/wayland/wayland_surface_factory.h
index bfcc32f2eeaf481cf0786f08f1ef52b8d7e9b784..ce1793776add1103b47dba8c20bb3f4ff6e3adb0 100644
--- a/ui/ozone/platform/wayland/wayland_surface_factory.h
+++ b/ui/ozone/platform/wayland/wayland_surface_factory.h
@@ -30,6 +30,8 @@ class WaylandSurfaceFactory : public SurfaceFactoryOzone {
gfx::BufferFormat format,
gfx::BufferUsage usage) override;
scoped_refptr<NativePixmap> CreateNativePixmapFromHandle(
+ gfx::Size size,
+ gfx::BufferFormat format,
const gfx::NativePixmapHandle& handle) override;
private:
« no previous file with comments | « no previous file | ui/ozone/platform/wayland/wayland_surface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698