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

Unified Diff: Source/WebCore/html/HTMLVideoElement.cpp

Issue 13685002: Enable video painting on Canvas for Chrome on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressing Min's comments. 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
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 {

Powered by Google App Engine
This is Rietveld 408576698