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

Unified Diff: cc/video_layer_impl.h

Issue 11150024: cc: Remove wtf hashmap use from resource provider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/resource_provider_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/video_layer_impl.h
diff --git a/cc/video_layer_impl.h b/cc/video_layer_impl.h
index b254e8c50b0d3b59241c6a09cbe9158e1868f166..783221d5bafcfce93be89aae1fefa4752cb62b06 100644
--- a/cc/video_layer_impl.h
+++ b/cc/video_layer_impl.h
@@ -10,6 +10,7 @@
#include "IntSize.h"
#include <public/WebTransformationMatrix.h>
#include <public/WebVideoFrameProvider.h>
+#include <wtf/ThreadingPrimitives.h>
enne (OOO) 2012/10/15 21:08:46 Sad to add this in, but the resource provider was
jamesr 2012/10/15 21:11:44 via HashMap? Ouch, thought I had removed all of th
namespace WebKit {
class WebVideoFrame;
« no previous file with comments | « cc/resource_provider_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698