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

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

Issue 25494003: Move geometry classes from core/platform/graphics to platform/geometry (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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/modules/webaudio/BiquadDSPKernel.cpp ('k') | Source/platform/FloatConversion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/PannerNode.h
diff --git a/Source/modules/webaudio/PannerNode.h b/Source/modules/webaudio/PannerNode.h
index a1925e6313ab6e9e029a66a69db5c2126b7641c5..412d1bbe3b8e4fa225dc4a4786787dce6dac653b 100644
--- a/Source/modules/webaudio/PannerNode.h
+++ b/Source/modules/webaudio/PannerNode.h
@@ -29,10 +29,10 @@
#include "core/platform/audio/Cone.h"
#include "core/platform/audio/Distance.h"
#include "core/platform/audio/Panner.h"
-#include "core/platform/graphics/FloatPoint3D.h"
#include "modules/webaudio/AudioListener.h"
#include "modules/webaudio/AudioNode.h"
#include "modules/webaudio/AudioParam.h"
+#include "platform/geometry/FloatPoint3D.h"
#include "wtf/OwnPtr.h"
namespace WebCore {
« no previous file with comments | « Source/modules/webaudio/BiquadDSPKernel.cpp ('k') | Source/platform/FloatConversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698