Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(711)

Unified Diff: content/browser/android/composited_touch_handle_drawable.h

Issue 629183002: Replacing the OVERRIDE with override and FINAL with final in content/browser/android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolving Error in android Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/android/content_settings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | content/browser/android/content_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698