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

Unified Diff: Source/core/css/InlineVariablesIterator.h

Issue 129063002: Update CSS classes to use OVERRIDE / FINAL when needed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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/core/css/FontFaceSet.h ('k') | Source/core/css/PropertySetCSSStyleDeclaration.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/InlineVariablesIterator.h
diff --git a/Source/core/css/InlineVariablesIterator.h b/Source/core/css/InlineVariablesIterator.h
index 532079560a3ea8d6f8265b40edfa4c0c4f78cdb7..9dd8a9e0fd1443aaca82d0fa080a24764d5283e0 100644
--- a/Source/core/css/InlineVariablesIterator.h
+++ b/Source/core/css/InlineVariablesIterator.h
@@ -27,7 +27,7 @@ namespace WebCore {
class Element;
// A CSSVariablesIterator implementation for the inline style of an element.
-class InlineVariablesIterator : public AbstractVariablesIterator {
+class InlineVariablesIterator FINAL : public AbstractVariablesIterator {
public:
static PassRefPtr<InlineVariablesIterator> create(Element*);
« no previous file with comments | « Source/core/css/FontFaceSet.h ('k') | Source/core/css/PropertySetCSSStyleDeclaration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698