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

Unified Diff: Source/core/platform/audio/ReverbConvolverStage.cpp

Issue 14358027: Absolutify paths to platform/animation, platform/audio, platform/audio/chromium. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 8 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/platform/audio/ReverbConvolverStage.h ('k') | Source/core/platform/audio/ReverbInputBuffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/audio/ReverbConvolverStage.cpp
diff --git a/Source/core/platform/audio/ReverbConvolverStage.cpp b/Source/core/platform/audio/ReverbConvolverStage.cpp
index 41f76baebba7fe038369a26f19df197cda9fcd11..2e65d6f8b466dcaa84d0895b85376c3810cd0eb6 100644
--- a/Source/core/platform/audio/ReverbConvolverStage.cpp
+++ b/Source/core/platform/audio/ReverbConvolverStage.cpp
@@ -30,12 +30,12 @@
#if ENABLE(WEB_AUDIO)
-#include "ReverbConvolverStage.h"
+#include "core/platform/audio/ReverbConvolverStage.h"
-#include "VectorMath.h"
-#include "ReverbAccumulationBuffer.h"
-#include "ReverbConvolver.h"
-#include "ReverbInputBuffer.h"
+#include "core/platform/audio/ReverbAccumulationBuffer.h"
+#include "core/platform/audio/ReverbConvolver.h"
+#include "core/platform/audio/ReverbInputBuffer.h"
+#include "core/platform/audio/VectorMath.h"
#include <wtf/OwnPtr.h>
#include <wtf/PassOwnPtr.h>
« no previous file with comments | « Source/core/platform/audio/ReverbConvolverStage.h ('k') | Source/core/platform/audio/ReverbInputBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698