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

Unified Diff: cc/output/renderer.h

Issue 14060015: cc: Async readback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 7 years, 8 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: cc/output/renderer.h
diff --git a/cc/output/renderer.h b/cc/output/renderer.h
index fbd93faf1f6cc62a4d6f9b6176db2ced139d1afe..cef2d6ecab730844c02b22e5d722871e76b1889f 100644
--- a/cc/output/renderer.h
+++ b/cc/output/renderer.h
@@ -5,6 +5,8 @@
#ifndef CC_OUTPUT_RENDERER_H_
#define CC_OUTPUT_RENDERER_H_
+#include <map>
piman 2013/04/26 00:15:02 nit: not using this?
danakj 2013/04/26 01:00:06 Done.
+
#include "base/basictypes.h"
#include "cc/base/cc_export.h"
#include "cc/debug/latency_info.h"

Powered by Google App Engine
This is Rietveld 408576698