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

Unified Diff: cc/layers/layer_impl.h

Issue 135493002: Plumb debug name via debug info (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/layers/layer_client.h ('k') | cc/layers/layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index d124457c14a59ea576a9d5088c1f733809893270..a91812a00ccc551d49ed81a90fbdae695de3a1f5 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -272,10 +272,6 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
return sublayer_transform_;
}
- // Debug layer name.
- void SetDebugName(const std::string& debug_name) { debug_name_ = debug_name; }
- std::string debug_name() const { return debug_name_; }
-
bool ShowDebugBorders() const;
// These invalidate the host's render surface layer list. The caller
@@ -621,9 +617,6 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
// to sort layers from back to front.
float draw_depth_;
- // Debug layer name.
- std::string debug_name_;
-
FilterOperations filters_;
FilterOperations background_filters_;
« no previous file with comments | « cc/layers/layer_client.h ('k') | cc/layers/layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698