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

Unified Diff: content/browser/renderer_host/compositor_resize_lock_aura.h

Issue 679243002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/renderer_host/input/gesture_event_queue_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/compositor_resize_lock_aura.h
diff --git a/content/browser/renderer_host/compositor_resize_lock_aura.h b/content/browser/renderer_host/compositor_resize_lock_aura.h
index a9bf49539468de0277c36ed0020cb1167f564530..ad706904812a3e52481c564cb7bc9394237a32fa 100644
--- a/content/browser/renderer_host/compositor_resize_lock_aura.h
+++ b/content/browser/renderer_host/compositor_resize_lock_aura.h
@@ -26,13 +26,13 @@ class CompositorResizeLock : public ResizeLock {
const gfx::Size new_size,
bool defer_compositor_lock,
const base::TimeDelta& timeout);
- virtual ~CompositorResizeLock();
+ ~CompositorResizeLock() override;
- virtual bool GrabDeferredLock() override;
- virtual void UnlockCompositor() override;
+ bool GrabDeferredLock() override;
+ void UnlockCompositor() override;
protected:
- virtual void LockCompositor() override;
+ void LockCompositor() override;
void CancelLock();
private:
« no previous file with comments | « no previous file | content/browser/renderer_host/input/gesture_event_queue_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698