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

Unified Diff: content/common/gpu/media/video_decode_accelerator_unittest.cc

Issue 9346012: Video decode in hardware on ARM platform. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 8 years, 10 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: content/common/gpu/media/video_decode_accelerator_unittest.cc
===================================================================
--- content/common/gpu/media/video_decode_accelerator_unittest.cc (revision 120554)
+++ content/common/gpu/media/video_decode_accelerator_unittest.cc (working copy)
@@ -45,13 +45,12 @@
#if defined(OS_WIN)
#include "content/common/gpu/media/dxva_video_decode_accelerator.h"
+#include "third_party/angle/include/EGL/egl.h"
Ami GONE FROM CHROMIUM 2012/02/18 00:00:25 I think this move should be reverted if you take m
+#include "third_party/angle/include/GLES2/gl2.h"
#else // OS_WIN
#include "content/common/gpu/media/omx_video_decode_accelerator.h"
#endif // defined(OS_WIN)
-#include "third_party/angle/include/EGL/egl.h"
-#include "third_party/angle/include/GLES2/gl2.h"
-
#if defined(OS_WIN)
#include "ui/gfx/gl/gl_implementation.h"
#endif // OS_WIN

Powered by Google App Engine
This is Rietveld 408576698