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

Unified Diff: ui/gl/gl_image_linux_dma_buffer.h

Issue 1078253002: gfx namespace cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « gpu/command_buffer/tests/gl_manager.cc ('k') | ui/gl/gl_image_linux_dma_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_image_linux_dma_buffer.h
diff --git a/ui/gl/gl_image_linux_dma_buffer.h b/ui/gl/gl_image_linux_dma_buffer.h
index 5256211aa838b17ba6f02a3ae2c059f3c7834100..aca911974927a87fac00b0553ba13ed7640d4e66 100644
--- a/ui/gl/gl_image_linux_dma_buffer.h
+++ b/ui/gl/gl_image_linux_dma_buffer.h
@@ -12,12 +12,12 @@ namespace gfx {
class GL_EXPORT GLImageLinuxDMABuffer : public GLImageEGL {
public:
- GLImageLinuxDMABuffer(const gfx::Size& size, unsigned internalformat);
+ GLImageLinuxDMABuffer(const Size& size, unsigned internalformat);
// Returns true on success and the file descriptor can be closed as the
// implementation will take a reference to the dma_buf.
bool Initialize(const base::FileDescriptor& handle,
- gfx::GpuMemoryBuffer::Format format,
+ GpuMemoryBuffer::Format format,
int pitch);
protected:
« no previous file with comments | « gpu/command_buffer/tests/gl_manager.cc ('k') | ui/gl/gl_image_linux_dma_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698