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

Unified Diff: Source/platform/graphics/DrawLooperBuilder.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/DisplayList.h ('k') | Source/platform/graphics/GraphicsContextState.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/DrawLooperBuilder.h
diff --git a/Source/platform/graphics/DrawLooperBuilder.h b/Source/platform/graphics/DrawLooperBuilder.h
index c2ca87b0bd2ba89c72525ce833790b8b9acb15cf..d5e983f3d0eb2fc41101f4a5980b5c77ecd1fe18 100644
--- a/Source/platform/graphics/DrawLooperBuilder.h
+++ b/Source/platform/graphics/DrawLooperBuilder.h
@@ -44,7 +44,7 @@ namespace blink {
class Color;
class FloatSize;
-class PLATFORM_EXPORT DrawLooperBuilder FINAL {
+class PLATFORM_EXPORT DrawLooperBuilder final {
// Implementing the copy constructor properly would require writing code to
// copy the underlying SkLayerDrawLooper::Builder.
WTF_MAKE_NONCOPYABLE(DrawLooperBuilder);
« no previous file with comments | « Source/platform/graphics/DisplayList.h ('k') | Source/platform/graphics/GraphicsContextState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698