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

Unified Diff: Source/WebKit/chromium/src/VideoFrameChromiumImpl.h

Issue 6578030: Merge 78787 - 2011-02-16 Victoria Kirst <vrk@google.com>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 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 | « Source/WebKit/chromium/ChangeLog ('k') | Source/WebKit/chromium/src/VideoFrameChromiumImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/VideoFrameChromiumImpl.h
===================================================================
--- Source/WebKit/chromium/src/VideoFrameChromiumImpl.h (revision 79604)
+++ Source/WebKit/chromium/src/VideoFrameChromiumImpl.h (working copy)
@@ -52,12 +52,15 @@
virtual SurfaceType surfaceType() const;
virtual Format format() const;
virtual unsigned width() const;
+ virtual unsigned width(unsigned plane) const;
virtual unsigned height() const;
+ virtual unsigned height(unsigned plane) const;
virtual unsigned planes() const;
virtual int stride(unsigned plane) const;
virtual const void* data(unsigned plane) const;
virtual unsigned texture(unsigned plane) const;
virtual const IntSize requiredTextureSize(unsigned plane) const;
+ virtual bool hasPaddingBytes(unsigned plane) const;
private:
WebVideoFrame* m_webVideoFrame;
« no previous file with comments | « Source/WebKit/chromium/ChangeLog ('k') | Source/WebKit/chromium/src/VideoFrameChromiumImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698