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

Unified Diff: Source/core/paint/DeprecatedPaintLayerFilterInfo.h

Issue 1232333002: Fix virtual/override/final usage in the rest of Source/core/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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: Source/core/paint/DeprecatedPaintLayerFilterInfo.h
diff --git a/Source/core/paint/DeprecatedPaintLayerFilterInfo.h b/Source/core/paint/DeprecatedPaintLayerFilterInfo.h
index 698d4bf1f04a714ea9cf970e96f49ac89aa7af67..4bb346e84b57b0b754a221edae43fc2dc864da2d 100644
--- a/Source/core/paint/DeprecatedPaintLayerFilterInfo.h
+++ b/Source/core/paint/DeprecatedPaintLayerFilterInfo.h
@@ -57,12 +57,12 @@ public:
void setBuilder(PassRefPtrWillBeRawPtr<FilterEffectBuilder>);
void updateReferenceFilterClients(const FilterOperations&);
- virtual void notifyFinished(Resource*) override;
+ void notifyFinished(Resource*) override;
void removeReferenceFilterClients();
private:
DeprecatedPaintLayerFilterInfo(DeprecatedPaintLayer*);
- virtual ~DeprecatedPaintLayerFilterInfo();
+ ~DeprecatedPaintLayerFilterInfo() override;
DeprecatedPaintLayer* m_layer;
« no previous file with comments | « Source/core/page/scrolling/ScrollingConstraints.h ('k') | Source/core/paint/DeprecatedPaintLayerScrollableArea.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698