diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-27 16:07:34 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-27 16:07:34 +0000 |
commit | 281bc5ba1878f3c4b9c638e89d73aa5549b20d76 (patch) | |
tree | 3e5b7cf0f17de7ae77903b6c58dd973af0806a09 /content | |
parent | 1096fca67d8f9133c61ccb20e24aea1bee3adb4a (diff) | |
download | chromium_src-281bc5ba1878f3c4b9c638e89d73aa5549b20d76.zip chromium_src-281bc5ba1878f3c4b9c638e89d73aa5549b20d76.tar.gz chromium_src-281bc5ba1878f3c4b9c638e89d73aa5549b20d76.tar.bz2 |
Remove unused fields found by clang's new Wunused-private-fields.
Test file edition.
BUG=none
TEST=none
TBR=remaining owners
Review URL: https://chromiumcodereview.appspot.com/10680013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144464 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/common/gpu/media/video_decode_accelerator_unittest.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/common/gpu/media/video_decode_accelerator_unittest.cc b/content/common/gpu/media/video_decode_accelerator_unittest.cc index 2d8162a..5b392fb 100644 --- a/content/common/gpu/media/video_decode_accelerator_unittest.cc +++ b/content/common/gpu/media/video_decode_accelerator_unittest.cc @@ -258,8 +258,6 @@ class EglRenderingVDAClient : public VideoDecodeAccelerator::Client { PictureBufferById picture_buffers_by_id_; base::TimeTicks initialize_done_ticks_; base::TimeTicks last_frame_delivered_ticks_; - int frame_width_; - int frame_height_; int profile_; }; @@ -287,8 +285,6 @@ EglRenderingVDAClient::EglRenderingVDAClient( delete_decoder_state_(delete_decoder_state), state_(CS_CREATED), num_decoded_frames_(0), num_done_bitstream_buffers_(0), - frame_width_(frame_width), - frame_height_(frame_height), profile_(profile) { CHECK_GT(num_NALUs_per_decode, 0); CHECK_GT(num_in_flight_decodes, 0); |