| Index: content/browser/android/popup_touch_handle_drawable.h
|
| diff --git a/content/browser/android/popup_touch_handle_drawable.h b/content/browser/android/popup_touch_handle_drawable.h
|
| index 9ce944d1a20a8885e0ee8bb2a405ba9509fddd3e..0e1a8ea4d1c43bd4e263ed7b25c181cd9690dec4 100644
|
| --- a/content/browser/android/popup_touch_handle_drawable.h
|
| +++ b/content/browser/android/popup_touch_handle_drawable.h
|
| @@ -19,12 +19,12 @@ class PopupTouchHandleDrawable : public TouchHandleDrawable {
|
| virtual ~PopupTouchHandleDrawable();
|
|
|
| // TouchHandleDrawable implementation.
|
| - virtual void SetEnabled(bool enabled) OVERRIDE;
|
| - virtual void SetOrientation(TouchHandleOrientation orientation) OVERRIDE;
|
| - virtual void SetAlpha(float alpha) OVERRIDE;
|
| - virtual void SetFocus(const gfx::PointF& position) OVERRIDE;
|
| - virtual void SetVisible(bool visible) OVERRIDE;
|
| - virtual bool IntersectsWith(const gfx::RectF& rect) const OVERRIDE;
|
| + virtual void SetEnabled(bool enabled) override;
|
| + virtual void SetOrientation(TouchHandleOrientation orientation) override;
|
| + virtual void SetAlpha(float alpha) override;
|
| + virtual void SetFocus(const gfx::PointF& position) override;
|
| + virtual void SetVisible(bool visible) override;
|
| + virtual bool IntersectsWith(const gfx::RectF& rect) const override;
|
|
|
| static bool RegisterPopupTouchHandleDrawable(JNIEnv* env);
|
|
|
|
|