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

Unified Diff: webkit/compositor_bindings/web_to_ccvideo_frame_provider.h

Issue 12496013: Move compositor bindings implementations out of WebKit::, fix style (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
Index: webkit/compositor_bindings/web_to_ccvideo_frame_provider.h
diff --git a/webkit/compositor_bindings/web_to_ccvideo_frame_provider.h b/webkit/compositor_bindings/web_to_ccvideo_frame_provider.h
index 598353c5ca1f7951fafdd3f610cd9418861c3140..dbd7f19e83c3159af9b3cf9f151be88fe1793f2b 100644
--- a/webkit/compositor_bindings/web_to_ccvideo_frame_provider.h
+++ b/webkit/compositor_bindings/web_to_ccvideo_frame_provider.h
@@ -23,7 +23,7 @@ class WebToCCVideoFrameProvider : public cc::VideoFrameProvider {
virtual ~WebToCCVideoFrameProvider();
// cc::VideoFrameProvider implementation.
- virtual void SetVideoFrameProviderClient(Client*) OVERRIDE;
+ virtual void SetVideoFrameProviderClient(Client* client) OVERRIDE;
virtual scoped_refptr<media::VideoFrame> GetCurrentFrame() OVERRIDE;
virtual void PutCurrentFrame(const scoped_refptr<media::VideoFrame>& frame)
OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698