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

Unified Diff: media/capture/content/thread_safe_capture_oracle.h

Issue 1484403002: cast: Support for low-latency interactive mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/video_frame_metadata.h ('k') | media/capture/content/video_capture_oracle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/content/thread_safe_capture_oracle.h
diff --git a/media/capture/content/thread_safe_capture_oracle.h b/media/capture/content/thread_safe_capture_oracle.h
index a410000bcf456a47dcb3597e6a021a2cd0c712fe..921c6d1fcc3c971bdc729d9ec7e7b504ad0fddad 100644
--- a/media/capture/content/thread_safe_capture_oracle.h
+++ b/media/capture/content/thread_safe_capture_oracle.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_CAPTURE_THREAD_SAFE_CAPTURE_ORACLE_H_
-#define MEDIA_CAPTURE_THREAD_SAFE_CAPTURE_ORACLE_H_
+#ifndef MEDIA_CAPTURE_CONTENT_THREAD_SAFE_CAPTURE_ORACLE_H_
+#define MEDIA_CAPTURE_CONTENT_THREAD_SAFE_CAPTURE_ORACLE_H_
#include <string>
@@ -52,6 +52,10 @@ class MEDIA_EXPORT ThreadSafeCaptureOracle
return oracle_.min_capture_period();
}
+ base::TimeTicks last_time_animation_was_detected() const {
+ return oracle_.last_time_animation_was_detected();
+ }
+
gfx::Size max_frame_size() const {
return params_.requested_format.frame_size;
}
@@ -103,4 +107,4 @@ class MEDIA_EXPORT ThreadSafeCaptureOracle
} // namespace media
-#endif // MEDIA_CAPTURE_THREAD_SAFE_CAPTURE_ORACLE_H_
+#endif // MEDIA_CAPTURE_CONTENT_THREAD_SAFE_CAPTURE_ORACLE_H_
« no previous file with comments | « media/base/video_frame_metadata.h ('k') | media/capture/content/video_capture_oracle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698