| Index: cc/layer_tree_host_impl.h
|
| diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
|
| index 9af0553b215b1159e2cf037d361dda3c81db5c11..8119bb1f4e774dabdf4d3b1edda73ff6271ee0b7 100644
|
| --- a/cc/layer_tree_host_impl.h
|
| +++ b/cc/layer_tree_host_impl.h
|
| @@ -118,6 +118,7 @@ public:
|
| virtual void pinchGestureEnd() OVERRIDE;
|
| virtual void startPageScaleAnimation(gfx::Vector2d targetOffset, bool anchorPoint, float pageScale, base::TimeTicks startTime, base::TimeDelta duration) OVERRIDE;
|
| virtual void scheduleAnimation() OVERRIDE;
|
| + virtual bool checkTouchEventHandlerRegionHit(const gfx::Point&) OVERRIDE;
|
|
|
| struct CC_EXPORT FrameData : public RenderPassSink {
|
| FrameData();
|
|
|