Index: content/browser/android/composited_touch_handle_drawable.h |
diff --git a/content/browser/android/composited_touch_handle_drawable.h b/content/browser/android/composited_touch_handle_drawable.h |
index 28c6910b9d437dfa96c8a2962c2dc03c8ce6033f..9af7b4f59c53bbceecc9c54c3e8f723570ce0cb4 100644 |
--- a/content/browser/android/composited_touch_handle_drawable.h |
+++ b/content/browser/android/composited_touch_handle_drawable.h |
@@ -22,9 +22,11 @@ class CompositedTouchHandleDrawable : public ui::TouchHandleDrawable { |
// ui::TouchHandleDrawable implementation. |
void SetEnabled(bool enabled) override; |
- void SetOrientation(ui::TouchHandleOrientation orientation) override; |
+ void SetLayout(const gfx::PointF& position, |
+ ui::TouchHandleOrientation orientation, |
+ bool mirror_vertical, |
+ bool mirror_horizontal) override; |
void SetAlpha(float alpha) override; |
- void SetFocus(const gfx::PointF& position) override; |
gfx::RectF GetVisibleBounds() const override; |
static bool RegisterHandleViewResources(JNIEnv* env); |