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

Unified Diff: cc/software_renderer.h

Issue 11274017: Added support for YUV videos to the software compositor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. 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
« no previous file with comments | « cc/layer_tree_host_impl_unittest.cc ('k') | cc/software_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/software_renderer.h
diff --git a/cc/software_renderer.h b/cc/software_renderer.h
index 1f1604b8b3dad4899749beae8b6e7dc8aec5df74..0e4251a43272889061e64421672bb2ad85c7c421 100644
--- a/cc/software_renderer.h
+++ b/cc/software_renderer.h
@@ -7,7 +7,10 @@
#include "base/basictypes.h"
#include "cc/direct_renderer.h"
-#include <public/WebCompositorSoftwareOutputDevice.h>
+
+namespace WebKit {
+class WebCompositorSoftwareOutputDevice;
+}
namespace cc {
« no previous file with comments | « cc/layer_tree_host_impl_unittest.cc ('k') | cc/software_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698