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

Unified Diff: webkit/compositor_bindings/web_layer_impl.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 | « cc/tiled_layer_impl.cc ('k') | webkit/compositor_bindings/web_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor_bindings/web_layer_impl.h
diff --git a/webkit/compositor_bindings/web_layer_impl.h b/webkit/compositor_bindings/web_layer_impl.h
index 639baf1338b09280cf3e30e01e6d92cf3e8ce05c..97324f05d26a26afe7340a58963eff9f156fd6e9 100644
--- a/webkit/compositor_bindings/web_layer_impl.h
+++ b/webkit/compositor_bindings/web_layer_impl.h
@@ -63,8 +63,9 @@ public:
virtual void setFilter(SkImageFilter*);
virtual void setFilters(const WebFilterOperations&) OVERRIDE;
virtual void setBackgroundFilters(const WebFilterOperations&) OVERRIDE;
- virtual void setDebugBorderColor(const WebColor&) OVERRIDE;
- virtual void setDebugBorderWidth(float) OVERRIDE;
+ // TODO(danakj): remove the debug border setters
+ virtual void setDebugBorderColor(const WebColor&);
+ virtual void setDebugBorderWidth(float);
virtual void setDebugName(WebString) OVERRIDE;
virtual void setAnimationDelegate(WebAnimationDelegate*) OVERRIDE;
virtual bool addAnimation(WebAnimation*) OVERRIDE;
« no previous file with comments | « cc/tiled_layer_impl.cc ('k') | webkit/compositor_bindings/web_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698