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

Unified Diff: Source/modules/webaudio/AudioBasicInspectorNode.h

Issue 1227783004: Fix virtual/override/final usage in Source/modules/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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
« no previous file with comments | « Source/modules/webaudio/AnalyserNode.h ('k') | Source/modules/webaudio/AudioBasicProcessorHandler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/AudioBasicInspectorNode.h
diff --git a/Source/modules/webaudio/AudioBasicInspectorNode.h b/Source/modules/webaudio/AudioBasicInspectorNode.h
index e5ebfee975b12438ceec3a0dee7a4b0b4472091a..bf738bd8a56da8b07f034be1d5b00f5fbdbbec37 100644
--- a/Source/modules/webaudio/AudioBasicInspectorNode.h
+++ b/Source/modules/webaudio/AudioBasicInspectorNode.h
@@ -39,8 +39,8 @@ public:
AudioBasicInspectorHandler(NodeType, AudioNode&, float sampleRate, unsigned outputChannelCount);
// AudioHandler
- virtual void pullInputs(size_t framesToProcess) override final;
- virtual void checkNumberOfChannelsForInput(AudioNodeInput*) override final;
+ void pullInputs(size_t framesToProcess) final;
+ void checkNumberOfChannelsForInput(AudioNodeInput*) final;
void updatePullStatus();
« no previous file with comments | « Source/modules/webaudio/AnalyserNode.h ('k') | Source/modules/webaudio/AudioBasicProcessorHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698