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

Unified Diff: ui/ozone/platform/cast/surface_factory_cast.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 ClientPixmap and rename to ClientPixmapManager Created 5 years, 5 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/cast/surface_factory_cast.h
diff --git a/ui/ozone/platform/cast/surface_factory_cast.h b/ui/ozone/platform/cast/surface_factory_cast.h
index c2c120711cfa9d1f6d6f3b84cdbbd49bc96df930..6c5db15bd043cc0a75ebbdb6f90b194d0b65294b 100644
--- a/ui/ozone/platform/cast/surface_factory_cast.h
+++ b/ui/ozone/platform/cast/surface_factory_cast.h
@@ -30,8 +30,8 @@ class SurfaceFactoryCast : public SurfaceFactoryOzone {
const int32* GetEGLSurfaceProperties(const int32* desired_list) override;
scoped_refptr<NativePixmap> CreateNativePixmap(gfx::AcceleratedWidget w,
gfx::Size size,
- BufferFormat format,
- BufferUsage usage) override;
+ PixmapFormat format,
+ PixmapUsage usage) override;
bool LoadEGLGLES2Bindings(
AddGLLibraryCallback add_gl_library,
SetGLGetProcAddressProcCallback set_gl_get_proc_address) override;

Powered by Google App Engine
This is Rietveld 408576698