commit | b7192a5db33f545a881ca3da58ecc610f936aa8d | [log] [tgz] |
---|---|---|
author | Michael Spang <spang@chromium.org> | Mon Jul 08 18:13:46 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jul 08 18:13:46 2019 |
tree | ddf1cbe04032d14e1bad5c7fde266f27d80e6a71 | |
parent | be15c07d9b0dc4d874aa984e41166ca62ab9b84b [diff] |
media/gpu/v4l2vd: Fix chromium-style errors In file included from ../../media/gpu/linux/linux_video_decoder_factory.cc:20: ../../media/gpu/v4l2/v4l2_slice_video_decoder.h:240:47: error: [chromium-style] WeakPtrFactory members which refer to their outer class must be the last member in the outer class definition. base::WeakPtrFactory<V4L2SliceVideoDecoder> weak_this_factory_; ^ ../../media/gpu/v4l2/v4l2_slice_video_decoder.h:240:47: error: [chromium-style] WeakPtrFactory members which refer to their outer class must be the last member in the outer class definition. 2 errors generated. BUG=941330 Change-Id: I978a62dd07095270564cc9d99a2da193ebdb2833 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1689912 Auto-Submit: Michael Spang <spang@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#675296}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .