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

Unified Diff: cc/layers/content_layer.h

Issue 16903005: Add layer name into frame viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase code Created 7 years, 5 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 | « no previous file | cc/layers/content_layer_client.h » ('j') | cc/layers/content_layer_client.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/content_layer.h
diff --git a/cc/layers/content_layer.h b/cc/layers/content_layer.h
index f49215b6b409483dcc8db6da6ea268a26e78b555..c94457e472d40001d53491661de76133a8d25169 100644
--- a/cc/layers/content_layer.h
+++ b/cc/layers/content_layer.h
@@ -5,6 +5,8 @@
#ifndef CC_LAYERS_CONTENT_LAYER_H_
#define CC_LAYERS_CONTENT_LAYER_H_
+#include <string>
enne (OOO) 2013/08/01 22:12:59 This include can go away now.
qiankun 2013/08/02 17:50:26 Done.
+
#include "base/basictypes.h"
#include "cc/base/cc_export.h"
#include "cc/layers/tiled_layer.h"
« no previous file with comments | « no previous file | cc/layers/content_layer_client.h » ('j') | cc/layers/content_layer_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698