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

Unified Diff: cc/layer.h

Issue 12326022: Efficiently handle image layer scaling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add black-box tests Created 7 years, 10 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/layer.h
diff --git a/cc/layer.h b/cc/layer.h
index d31fe84185569558b5df1e7157eade59bffc570f..f503b6a572ce9a5368334952a9818f32891dc9a1 100644
--- a/cc/layer.h
+++ b/cc/layer.h
@@ -214,6 +214,7 @@ public:
virtual void setIsMask(bool) { }
void setDebugName(const std::string&);
+ std::string debugName() const { return m_debugName; }
enne (OOO) 2013/02/22 23:53:32 Not needed.
Xianzhu 2013/02/23 00:56:19 Done.
virtual void pushPropertiesTo(LayerImpl*);
« no previous file with comments | « cc/debug_colors.cc ('k') | cc/picture_image_layer.h » ('j') | cc/picture_image_layer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698