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

Unified Diff: content/common/gpu/media/generic_v4l2_device.h

Issue 967693002: Clang fixes for chromeos (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback Created 5 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 | content/common/gpu/media/h264_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/media/generic_v4l2_device.h
diff --git a/content/common/gpu/media/generic_v4l2_device.h b/content/common/gpu/media/generic_v4l2_device.h
index 1211a5b6174e64fce325ad02524363ff69de13c7..94d656c65ce58d46c396985b3a57b9eb20490f93 100644
--- a/content/common/gpu/media/generic_v4l2_device.h
+++ b/content/common/gpu/media/generic_v4l2_device.h
@@ -35,7 +35,7 @@ class GenericV4L2Device : public V4L2Device {
gfx::Size frame_buffer_size,
unsigned int buffer_index,
uint32_t v4l2_pixfmt,
- size_t num_v4l2_planes);
+ size_t num_v4l2_planes) override;
EGLBoolean DestroyEGLImage(EGLDisplay egl_display,
EGLImageKHR egl_image) override;
GLenum GetTextureTarget() override;
« no previous file with comments | « no previous file | content/common/gpu/media/h264_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698