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/WebKit/chromium/src/WebMediaPlayerClientImpl.cpp

Issue 14476012: Absolutify paths to most subfolders of platform/graphics/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: iwyu 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/WebKit/chromium/src/WebKit.cpp ('k') | Source/WebKit/chromium/src/WebPluginContainerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebMediaPlayerClientImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.cpp b/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.cpp
index f450b1ed0182ec2de25b666f83e0301457bfb486..64773b70c50d8749dd5c46873ae2fbf6a978137a 100644
--- a/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.cpp
+++ b/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.cpp
@@ -10,7 +10,6 @@
#include "AudioSourceProviderClient.h"
#include "Frame.h"
#include "GraphicsContext3DPrivate.h"
-#include "GraphicsLayerChromium.h"
#include "HTMLMediaElement.h"
#include "KURL.h"
#include "NotImplemented.h"
@@ -29,6 +28,7 @@
#include "core/platform/graphics/GraphicsContext.h"
#include "core/platform/graphics/IntSize.h"
#include "core/platform/graphics/MediaPlayer.h"
+#include "core/platform/graphics/chromium/GraphicsLayerChromium.h"
#include <public/Platform.h>
#include <public/WebCanvas.h>
#include <public/WebCompositorSupport.h>
@@ -42,9 +42,9 @@
#if defined(OS_ANDROID)
#include "GrContext.h"
#include "GrTypes.h"
-#include "SharedGraphicsContext3D.h"
#include "SkCanvas.h"
#include "SkGrPixelRef.h"
+#include "core/platform/graphics/gpu/SharedGraphicsContext3D.h"
#endif
« no previous file with comments | « Source/WebKit/chromium/src/WebKit.cpp ('k') | Source/WebKit/chromium/src/WebPluginContainerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698