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

Side by Side Diff: third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.h

Issue 2539543002: RELAND: ImageCapture: move image_capture.mojom from media/mojo/interfaces/ to media/capture/mojo/ (Closed)
Patch Set: https://codereview.chromium.org/2526953002 Created 4 years 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
« no previous file with comments | « third_party/WebKit/Source/modules/imagecapture/ImageCapture.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 PhotoCapabilities_h 5 #ifndef PhotoCapabilities_h
6 #define PhotoCapabilities_h 6 #define PhotoCapabilities_h
7 7
8 #include "bindings/core/v8/ScriptWrappable.h" 8 #include "bindings/core/v8/ScriptWrappable.h"
9 #include "media/mojo/interfaces/image_capture.mojom-blink.h" 9 #include "media/capture/mojo/image_capture.mojom-blink.h"
10 #include "modules/imagecapture/MediaSettingsRange.h" 10 #include "modules/imagecapture/MediaSettingsRange.h"
11 #include "wtf/text/WTFString.h" 11 #include "wtf/text/WTFString.h"
12 12
13 namespace blink { 13 namespace blink {
14 14
15 class PhotoCapabilities final 15 class PhotoCapabilities final
16 : public GarbageCollectedFinalized<PhotoCapabilities>, 16 : public GarbageCollectedFinalized<PhotoCapabilities>,
17 public ScriptWrappable { 17 public ScriptWrappable {
18 DEFINE_WRAPPERTYPEINFO(); 18 DEFINE_WRAPPERTYPEINFO();
19 19
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 Member<MediaSettingsRange> m_colorTemperature; 104 Member<MediaSettingsRange> m_colorTemperature;
105 Member<MediaSettingsRange> m_brightness; 105 Member<MediaSettingsRange> m_brightness;
106 Member<MediaSettingsRange> m_contrast; 106 Member<MediaSettingsRange> m_contrast;
107 Member<MediaSettingsRange> m_saturation; 107 Member<MediaSettingsRange> m_saturation;
108 Member<MediaSettingsRange> m_sharpness; 108 Member<MediaSettingsRange> m_sharpness;
109 }; 109 };
110 110
111 } // namespace blink 111 } // namespace blink
112 112
113 #endif // PhotoCapabilities_h 113 #endif // PhotoCapabilities_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/imagecapture/ImageCapture.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698