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

Unified Diff: content/common/gpu/media/video_decode_accelerator_unittest.cc

Issue 10680013: Remove unused fields found by clang's new Wunused-private-fields. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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 | « chrome/browser/sync/test_profile_sync_service.h ('k') | ipc/ipc_sync_channel_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/media/video_decode_accelerator_unittest.cc
diff --git a/content/common/gpu/media/video_decode_accelerator_unittest.cc b/content/common/gpu/media/video_decode_accelerator_unittest.cc
index 2d8162a87d64e21e82498dd25558f7599bc91249..5b392fbc8b2b589c420a903afc4f77bc88dea153 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);
« no previous file with comments | « chrome/browser/sync/test_profile_sync_service.h ('k') | ipc/ipc_sync_channel_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698