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

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: Now with passing unittest!wq 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 47172d0139fd053e294d66cd0e81c8dde1addc16..7e6b56b536ea4f20a269f0d032b3db494b5bc27a 100644
--- a/cc/video_layer_impl.h
+++ b/cc/video_layer_impl.h
@@ -49,7 +49,6 @@ public:
ResourceProvider::ResourceId resourceId;
IntSize size;
GLenum format;
- IntSize visibleSize;
FramePlane() : resourceId(0) { }
@@ -60,7 +59,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