Index: cc/layers/layer.h |
diff --git a/cc/layers/layer.h b/cc/layers/layer.h |
index b659ab265546a3a64b813baebc66afd6f98963df..2f4d581e8a12688f1a88361257d4640a6e6fb12a 100644 |
--- a/cc/layers/layer.h |
+++ b/cc/layers/layer.h |
@@ -542,7 +542,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>, |
gfx::PointF position_; |
gfx::PointF anchor_point_; |
SkColor background_color_; |
- std::string debug_name_; |
CompositingReasons compositing_reasons_; |
float opacity_; |
skia::RefPtr<SkImageFilter> filter_; |