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

Unified Diff: content/browser/android/edge_effect_l.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
Index: content/browser/android/edge_effect_l.h
diff --git a/content/browser/android/edge_effect_l.h b/content/browser/android/edge_effect_l.h
index 029418024e2388cb9387b74b31583d14f8e35752..a24309c8da370413a7affc73b59dec3c0eeac77c 100644
--- a/content/browser/android/edge_effect_l.h
+++ b/content/browser/android/edge_effect_l.h
@@ -33,17 +33,17 @@ class EdgeEffectL : public EdgeEffectBase {
virtual void Pull(base::TimeTicks current_time,
float delta_distance,
- float displacement) OVERRIDE;
- virtual void Absorb(base::TimeTicks current_time, float velocity) OVERRIDE;
- virtual bool Update(base::TimeTicks current_time) OVERRIDE;
- virtual void Release(base::TimeTicks current_time) OVERRIDE;
+ float displacement) override;
+ virtual void Absorb(base::TimeTicks current_time, float velocity) override;
+ virtual bool Update(base::TimeTicks current_time) override;
+ virtual void Release(base::TimeTicks current_time) override;
- virtual void Finish() OVERRIDE;
- virtual bool IsFinished() const OVERRIDE;
+ virtual void Finish() override;
+ virtual bool IsFinished() const override;
virtual void ApplyToLayers(const gfx::SizeF& size,
- const gfx::Transform& transform) OVERRIDE;
- virtual void SetParent(cc::Layer* parent) OVERRIDE;
+ const gfx::Transform& transform) override;
+ virtual void SetParent(cc::Layer* parent) override;
// Thread-safe trigger to load resources.
static void PreloadResources(ui::SystemUIResourceManager* resource_manager);
« no previous file with comments | « content/browser/android/edge_effect.h ('k') | content/browser/android/in_process/synchronous_compositor_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698