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*); |