| Index: media/capture/video/android/photo_capabilities.h
|
| diff --git a/media/capture/video/android/photo_capabilities.h b/media/capture/video/android/photo_capabilities.h
|
| deleted file mode 100644
|
| index 815395b0e2e8cc73d9d2de17381de27bd22387e1..0000000000000000000000000000000000000000
|
| --- a/media/capture/video/android/photo_capabilities.h
|
| +++ /dev/null
|
| @@ -1,32 +0,0 @@
|
| -// Copyright 2016 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef MEDIA_VIDEO_CAPTURE_ANDROID_PHOTO_CAPABILITIES_H_
|
| -#define MEDIA_VIDEO_CAPTURE_ANDROID_PHOTO_CAPABILITIES_H_
|
| -
|
| -#include <jni.h>
|
| -#include <string>
|
| -
|
| -#include "base/android/scoped_java_ref.h"
|
| -
|
| -namespace media {
|
| -
|
| -class PhotoCapabilities {
|
| - public:
|
| - explicit PhotoCapabilities(base::android::ScopedJavaLocalRef<jobject> object);
|
| - ~PhotoCapabilities();
|
| -
|
| - static bool RegisterPhotoCapabilities(JNIEnv* env);
|
| -
|
| - int getMinZoom() const;
|
| - int getMaxZoom() const;
|
| - int getCurrentZoom() const;
|
| -
|
| - private:
|
| - const base::android::ScopedJavaLocalRef<jobject> object_;
|
| -};
|
| -
|
| -} // namespace media
|
| -
|
| -#endif // MEDIA_VIDEO_CAPTURE_ANDROID_PHOTO_CAPABILITIES_H_
|
|
|