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

Side by Side Diff: media/capture/content/capture_resolution_chooser.h

Issue 2010793003: Clean up media header include guards (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update references to the param traits guard Created 4 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef MEDIA_CAPTURE_CAPTURE_RESOLUTION_CHOOSER_H_ 5 #ifndef MEDIA_CAPTURE_CONTENT_CAPTURE_RESOLUTION_CHOOSER_H_
6 #define MEDIA_CAPTURE_CAPTURE_RESOLUTION_CHOOSER_H_ 6 #define MEDIA_CAPTURE_CONTENT_CAPTURE_RESOLUTION_CHOOSER_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "media/base/media_export.h" 10 #include "media/base/media_export.h"
11 #include "media/base/video_capture_types.h" 11 #include "media/base/video_capture_types.h"
12 #include "ui/gfx/geometry/size.h" 12 #include "ui/gfx/geometry/size.h"
13 13
14 namespace media { 14 namespace media {
15 15
16 // Encapsulates the logic that determines the capture frame resolution based on: 16 // Encapsulates the logic that determines the capture frame resolution based on:
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 gfx::Size capture_size_; 81 gfx::Size capture_size_;
82 82
83 // Cache of the set of possible values |capture_size_| can have, in order from 83 // Cache of the set of possible values |capture_size_| can have, in order from
84 // smallest to largest. This is recomputed whenever UpdateSnappedFrameSizes() 84 // smallest to largest. This is recomputed whenever UpdateSnappedFrameSizes()
85 // is called. 85 // is called.
86 std::vector<gfx::Size> snapped_sizes_; 86 std::vector<gfx::Size> snapped_sizes_;
87 }; 87 };
88 88
89 } // namespace media 89 } // namespace media
90 90
91 #endif // MEDIA_CAPTURE_RESOLUTION_CHOOSER_H_ 91 #endif // MEDIA_CAPTURE_CONTENT_CAPTURE_RESOLUTION_CHOOSER_H_
OLDNEW
« no previous file with comments | « media/capture/content/animated_content_sampler.h ('k') | media/capture/content/feedback_signal_accumulator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698