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

Unified Diff: ui/gl/gl_image_linux_dma_buffer.h

Issue 683113005: Update from chromium https://crrev.com/302282 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « ui/gl/gl_image_glx.h ('k') | ui/gl/gl_surface_egl.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 3523915751f6d2fb11b51e3788d27539e020a9a6..5256211aa838b17ba6f02a3ae2c059f3c7834100 100644
--- a/ui/gl/gl_image_linux_dma_buffer.h
+++ b/ui/gl/gl_image_linux_dma_buffer.h
@@ -21,7 +21,7 @@ class GL_EXPORT GLImageLinuxDMABuffer : public GLImageEGL {
int pitch);
protected:
- virtual ~GLImageLinuxDMABuffer();
+ ~GLImageLinuxDMABuffer() override;
private:
unsigned internalformat_;
« no previous file with comments | « ui/gl/gl_image_glx.h ('k') | ui/gl/gl_surface_egl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698