| Index: cc/layers/delegated_renderer_layer.h
|
| diff --git a/cc/layers/delegated_renderer_layer.h b/cc/layers/delegated_renderer_layer.h
|
| index a22954328b4dad532429ec441ce223ef91ea653a..3bc0aa8758f6b9eb26fe21dfd2f3f9eeb1430192 100644
|
| --- a/cc/layers/delegated_renderer_layer.h
|
| +++ b/cc/layers/delegated_renderer_layer.h
|
| @@ -29,12 +29,6 @@ class CC_EXPORT DelegatedRendererLayer : public Layer {
|
| const OcclusionTracker<Layer>* occlusion) OVERRIDE;
|
| virtual void PushPropertiesTo(LayerImpl* impl) OVERRIDE;
|
|
|
| - // Set the size at which the frame should be displayed, with the origin at the
|
| - // layer's origin. This must always contain at least the layer's bounds. A
|
| - // value of (0, 0) implies that the frame should be displayed to fit exactly
|
| - // in the layer's bounds.
|
| - void SetDisplaySize(const gfx::Size& size);
|
| -
|
| // Called by the DelegatedFrameProvider when a new frame is available to be
|
| // picked up.
|
| void ProviderHasNewFrame();
|
| @@ -52,8 +46,6 @@ class CC_EXPORT DelegatedRendererLayer : public Layer {
|
| DelegatedFrameData* frame_data_;
|
| gfx::RectF frame_damage_;
|
|
|
| - gfx::Size display_size_;
|
| -
|
| scoped_refptr<BlockingTaskRunner> main_thread_runner_;
|
| base::WeakPtrFactory<DelegatedRendererLayer> weak_ptrs_;
|
|
|
|
|