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

Unified Diff: ui/ozone/platform/cast/surface_factory_cast.h

Issue 1269503007: Unify graphics buffer format & usage enums for GpuMemoryBuffer & SurfaceFactoryOzone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix our IPC_MESSAGE_EXPORT affecting printing_messages.h 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..65466ce3f348a5b323418f23c1240978dfe331bd 100644
--- a/ui/ozone/platform/cast/surface_factory_cast.h
+++ b/ui/ozone/platform/cast/surface_factory_cast.h
@@ -28,10 +28,11 @@ class SurfaceFactoryCast : public SurfaceFactoryOzone {
scoped_ptr<SurfaceOzoneEGL> CreateEGLSurfaceForWidget(
gfx::AcceleratedWidget widget) override;
const int32* GetEGLSurfaceProperties(const int32* desired_list) override;
- scoped_refptr<NativePixmap> CreateNativePixmap(gfx::AcceleratedWidget w,
- gfx::Size size,
- BufferFormat format,
- BufferUsage usage) override;
+ scoped_refptr<NativePixmap> CreateNativePixmap(
+ gfx::AcceleratedWidget w,
+ gfx::Size size,
+ gfx::BufferFormat format,
+ gfx::BufferUsage usage) override;
bool LoadEGLGLES2Bindings(
AddGLLibraryCallback add_gl_library,
SetGLGetProcAddressProcCallback set_gl_get_proc_address) override;

Powered by Google App Engine
This is Rietveld 408576698