| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index dfbbdf7b6f732d3591cc6852cd262b9e2ced25d7..61ef3f8c3ac701b0b89f87fc74886a2189665774 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -60,6 +60,7 @@ class PriorityCalculator;
|
| class RenderingStatsInstrumentation;
|
| class ResourceUpdateQueue;
|
| class ScrollbarLayerInterface;
|
| +class SimpleEnclosedRegion;
|
| struct AnimationEvent;
|
| template <typename LayerType>
|
| class OcclusionTracker;
|
| @@ -417,7 +418,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
|
| void RemoveLayerAnimationEventObserver(
|
| LayerAnimationEventObserver* animation_observer);
|
|
|
| - virtual Region VisibleContentOpaqueRegion() const;
|
| + virtual SimpleEnclosedRegion VisibleContentOpaqueRegion() const;
|
|
|
| virtual ScrollbarLayerInterface* ToScrollbarLayer();
|
|
|
|
|