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

Unified Diff: content/gpu/media/fake_gl_video_device.cc

Issue 6722026: Refactor: Move app/gfx/gl ==> ui/gfx/gl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try removing a dep. Created 9 years, 9 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 | « content/gpu/gpu_render_thread.cc ('k') | gpu/command_buffer/client/gles2_demo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/media/fake_gl_video_device.cc
diff --git a/content/gpu/media/fake_gl_video_device.cc b/content/gpu/media/fake_gl_video_device.cc
index f4e8746e6e6f8a336c68cd0667f28dddb5321db4..18fb09e4d85130457c691b1d278cb02d550df96c 100644
--- a/content/gpu/media/fake_gl_video_device.cc
+++ b/content/gpu/media/fake_gl_video_device.cc
@@ -4,8 +4,8 @@
#include "content/gpu/media/fake_gl_video_device.h"
-#include "app/gfx/gl/gl_bindings.h"
#include "media/base/video_frame.h"
+#include "ui/gfx/gl/gl_bindings.h"
void* FakeGlVideoDevice::GetDevice() {
// No actual hardware device should be used.
« no previous file with comments | « content/gpu/gpu_render_thread.cc ('k') | gpu/command_buffer/client/gles2_demo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698