| Index: ui/touch_selection/touch_handle_drawable_aura.h
|
| diff --git a/ui/touch_selection/touch_handle_drawable_aura.h b/ui/touch_selection/touch_handle_drawable_aura.h
|
| index cb9dc9cd7561d7dee1a8acf335fe32845d877acb..a5158f822f331c39fd6a642e3c367096e3975967 100644
|
| --- a/ui/touch_selection/touch_handle_drawable_aura.h
|
| +++ b/ui/touch_selection/touch_handle_drawable_aura.h
|
| @@ -30,12 +30,16 @@ class UI_TOUCH_SELECTION_EXPORT TouchHandleDrawableAura
|
|
|
| bool IsVisible() const;
|
|
|
| + // TODO(AviD): Implement adaptive handle orientation logic for Aura
|
| // TouchHandleDrawable:
|
| void SetEnabled(bool enabled) override;
|
| - void SetOrientation(TouchHandleOrientation orientation) override;
|
| + void SetOrientation(TouchHandleOrientation orientation,
|
| + bool mirror_vertical,
|
| + bool mirror_horizontal) override;
|
| + void SetOrigin(const gfx::PointF& position) override;
|
| void SetAlpha(float alpha) override;
|
| - void SetFocus(const gfx::PointF& position) override;
|
| gfx::RectF GetVisibleBounds() const override;
|
| + const float GetDrawableHorizontalPaddingRatio() const override;
|
|
|
| aura_extra::ImageWindowDelegate* window_delegate_;
|
| scoped_ptr<aura::Window> window_;
|
|
|