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

Unified Diff: cc/layer.h

Issue 11365239: cc: Add support for debugging layer borders directly in the compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month 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/layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer.h
diff --git a/cc/layer.h b/cc/layer.h
index caafa9d474d0c243d36223a608da9c0788754804..caa46c1f8c8b0a07c6a0f5891028954bf29b72b7 100644
--- a/cc/layer.h
+++ b/cc/layer.h
@@ -196,8 +196,6 @@ public:
virtual void setIsMask(bool) { }
virtual void bindContentsTexture() { }
- void setDebugBorderColor(SkColor);
- void setDebugBorderWidth(float);
void setDebugName(const std::string&);
virtual void pushPropertiesTo(LayerImpl*);
@@ -359,8 +357,6 @@ private:
gfx::PointF m_position;
gfx::PointF m_anchorPoint;
SkColor m_backgroundColor;
- SkColor m_debugBorderColor;
- float m_debugBorderWidth;
std::string m_debugName;
float m_opacity;
SkImageFilter* m_filter;
« no previous file with comments | « no previous file | cc/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698