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

Unified Diff: Source/platform/graphics/DisplayList.h

Issue 631803002: Replacing the OVERRIDE with override and FINAL with final (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase issue 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 | « Source/platform/graphics/DecodingImageGenerator.h ('k') | Source/platform/graphics/DrawLooperBuilder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/DisplayList.h
diff --git a/Source/platform/graphics/DisplayList.h b/Source/platform/graphics/DisplayList.h
index 7474a95d8903764b7024e5ad678d85d9b21051dc..f3746bf723075d4fd2b2cdf89cb22848fa6e9a77 100644
--- a/Source/platform/graphics/DisplayList.h
+++ b/Source/platform/graphics/DisplayList.h
@@ -43,7 +43,7 @@ namespace blink {
class IntSize;
-class PLATFORM_EXPORT DisplayList FINAL : public WTF::RefCounted<DisplayList> {
+class PLATFORM_EXPORT DisplayList final : public WTF::RefCounted<DisplayList> {
WTF_MAKE_FAST_ALLOCATED;
WTF_MAKE_NONCOPYABLE(DisplayList);
public:
« no previous file with comments | « Source/platform/graphics/DecodingImageGenerator.h ('k') | Source/platform/graphics/DrawLooperBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698