Index: Source/web/WebMediaPlayerClientImpl.cpp |
diff --git a/Source/web/WebMediaPlayerClientImpl.cpp b/Source/web/WebMediaPlayerClientImpl.cpp |
index c22ad300262f76f62a7f3ad19341949ee78692ce..4e8bb470457c3fcaeeae8db59d3463770dcce72f 100644 |
--- a/Source/web/WebMediaPlayerClientImpl.cpp |
+++ b/Source/web/WebMediaPlayerClientImpl.cpp |
@@ -14,15 +14,15 @@ |
#include "core/html/HTMLMediaElement.h" |
#include "core/html/HTMLMediaSource.h" |
#include "core/html/TimeRanges.h" |
-#include "core/platform/graphics/GaneshUtils.h" |
-#include "core/platform/graphics/GraphicsContext.h" |
-#include "core/platform/graphics/GraphicsLayer.h" |
#include "core/rendering/RenderLayerCompositor.h" |
#include "core/rendering/RenderView.h" |
#include "modules/mediastream/MediaStreamRegistry.h" |
#include "platform/audio/AudioBus.h" |
#include "platform/audio/AudioSourceProviderClient.h" |
#include "platform/geometry/IntSize.h" |
+#include "platform/graphics/GraphicsContext.h" |
+#include "platform/graphics/GraphicsLayer.h" |
+#include "platform/graphics/skia/GaneshUtils.h" |
#include "platform/weborigin/KURL.h" |
#include "public/platform/WebAudioSourceProvider.h" |
#include "public/platform/WebCString.h" |
@@ -39,7 +39,7 @@ |
#include "GrTypes.h" |
#include "SkCanvas.h" |
#include "SkGrPixelRef.h" |
-#include "core/platform/graphics/gpu/SharedGraphicsContext3D.h" |
+#include "platform/graphics/gpu/SharedGraphicsContext3D.h" |
#endif |