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

Unified Diff: cc/layers/layer.h

Issue 23701005: Fix cc::Layer debug name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 | ui/compositor/layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | ui/compositor/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698