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

Unified Diff: cc/layers/video_frame_provider.h

Issue 12596015: cc: Keep a reference on the media::VideoFrame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « no previous file | cc/layers/video_frame_provider_client_impl.h » ('j') | cc/layers/video_layer_impl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/video_frame_provider.h
diff --git a/cc/layers/video_frame_provider.h b/cc/layers/video_frame_provider.h
index ecf00241e163ccd6122f2416e8788959a44ba6cb..d59dbe2cad01a813d0d206ef216c3cb601a460ce 100644
--- a/cc/layers/video_frame_provider.h
+++ b/cc/layers/video_frame_provider.h
@@ -14,10 +14,10 @@ class VideoFrame;
namespace cc {
// Threading notes: This class may be used in a multi threaded manner.
-// Specifically, the implementation may call getCurrentFrame() or
-// putCurrentFrame() from the compositor thread. If so, the caller is
-// responsible for making sure Client::didReceiveFrame and
-// Client::didUpdateMatrix are only called from this same thread.
+// Specifically, the implementation may call GetCurrentFrame() or
+// PutCurrentFrame() from the compositor thread. If so, the caller is
+// responsible for making sure Client::DidReceiveFrame() and
+// Client::DidUpdateMatrix() are only called from this same thread.
class VideoFrameProvider {
public:
virtual ~VideoFrameProvider() {}
« no previous file with comments | « no previous file | cc/layers/video_frame_provider_client_impl.h » ('j') | cc/layers/video_layer_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698