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

Unified Diff: content/renderer/media/stream_texture_factory_impl_android.h

Issue 11227033: Move a bunch of code in content\common (as well as a few left in renderer) to the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix cros Created 8 years, 2 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/renderer/media/stream_texture_factory_impl_android.h
===================================================================
--- content/renderer/media/stream_texture_factory_impl_android.h (revision 163290)
+++ content/renderer/media/stream_texture_factory_impl_android.h (working copy)
@@ -9,13 +9,12 @@
#include "content/renderer/gpu/stream_texture_host_android.h"
#include "webkit/media/android/stream_texture_factory_android.h"
-class GpuChannelHost;
-
namespace WebKit {
class WebGraphicsContext3D;
}
namespace content {
+class GpuChannelHost;
// The acutal implementation of StreamTextureFactory class.
class StreamTextureFactoryImpl

Powered by Google App Engine
This is Rietveld 408576698