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 e58c38b22bc841b51c74facc0cb8eb81766f8799..c4f5f45b2a1661e7340781de51fbb1bca44f8cd4 100644 |
--- a/content/browser/android/composited_touch_handle_drawable.h |
+++ b/content/browser/android/composited_touch_handle_drawable.h |
@@ -21,12 +21,12 @@ class CompositedTouchHandleDrawable : public TouchHandleDrawable { |
virtual ~CompositedTouchHandleDrawable(); |
// 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 RegisterHandleViewResources(JNIEnv* env); |