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

Unified Diff: cc/video_layer_impl.h

Issue 11269017: Plumb through cropped output size for VideoFrame (Closed) Base URL: https://git.chromium.org/git/chromium/src@git-svn
Patch Set: Created 8 years, 2 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: cc/video_layer_impl.h
diff --git a/cc/video_layer_impl.h b/cc/video_layer_impl.h
index 9f667a1cf6eb14b2cd3d99737d8ce26ad77e0bf3..595675ea2eafa25790c8f0e36914d856c00f40f6 100644
--- a/cc/video_layer_impl.h
+++ b/cc/video_layer_impl.h
@@ -50,7 +50,6 @@ public:
ResourceProvider::ResourceId resourceId;
IntSize size;
GLenum format;
- IntSize visibleSize;
FramePlane() : resourceId(0) { }
@@ -61,7 +60,6 @@ public:
private:
VideoLayerImpl(int, WebKit::WebVideoFrameProvider*);
- static IntSize computeVisibleSize(const WebKit::WebVideoFrame&, unsigned plane);
virtual const char* layerTypeAsString() const OVERRIDE;
void willDrawInternal(ResourceProvider*);

Powered by Google App Engine
This is Rietveld 408576698