diff options
Diffstat (limited to 'content/browser/android/composited_touch_handle_drawable.h')
-rw-r--r-- | content/browser/android/composited_touch_handle_drawable.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/browser/android/composited_touch_handle_drawable.h b/content/browser/android/composited_touch_handle_drawable.h index 3f31d77..63370f7 100644 --- a/content/browser/android/composited_touch_handle_drawable.h +++ b/content/browser/android/composited_touch_handle_drawable.h @@ -25,13 +25,12 @@ class CompositedTouchHandleDrawable : public ui::TouchHandleDrawable { virtual void SetOrientation(ui::TouchHandleOrientation orientation) override; virtual void SetAlpha(float alpha) override; virtual void SetFocus(const gfx::PointF& position) override; - virtual bool IntersectsWith(const gfx::RectF& rect) const override; + virtual gfx::RectF GetVisibleBounds() const override; static bool RegisterHandleViewResources(JNIEnv* env); private: void Detach(); - gfx::RectF BoundingRect() const; const float dpi_scale_; ui::TouchHandleOrientation orientation_; |