Index: Source/WebCore/html/HTMLVideoElement.cpp |
diff --git a/Source/WebCore/html/HTMLVideoElement.cpp b/Source/WebCore/html/HTMLVideoElement.cpp |
index 02ec2c41fc2c6e32e470d811693d68bc2ac75e60..0919e30ca2566502df00c5434562a5867cea015f 100644 |
--- a/Source/WebCore/html/HTMLVideoElement.cpp |
+++ b/Source/WebCore/html/HTMLVideoElement.cpp |
@@ -34,6 +34,7 @@ |
#include "Document.h" |
#include "ExceptionCode.h" |
#include "Frame.h" |
+#include "GraphicsContext3D.h" |
Ken Russell (switch to Gerrit)
2013/04/05 22:43:38
None of the changes in this file are needed any mo
|
#include "HTMLImageLoader.h" |
#include "HTMLNames.h" |
#include "HTMLParserIdioms.h" |
@@ -42,6 +43,7 @@ |
#include "RenderVideo.h" |
#include "ScriptController.h" |
#include "Settings.h" |
+#include "SharedGraphicsContext3D.h" |
namespace WebCore { |