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

Unified Diff: cc/video_layer_impl.cc

Issue 11366135: Extra logging for NinePatch layers in layerTreeAsText() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ninepatch
Patch Set: drop the m_, it's cleaner 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
« cc/nine_patch_layer_impl.cc ('K') | « cc/video_layer_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/video_layer_impl.cc
diff --git a/cc/video_layer_impl.cc b/cc/video_layer_impl.cc
index 54609e18a91c6e4e205d64ef223332c744334132..4ff62c85a6748c41aff503d3fd995121d3943b46 100644
--- a/cc/video_layer_impl.cc
+++ b/cc/video_layer_impl.cc
@@ -418,13 +418,6 @@ void VideoLayerImpl::setNeedsRedraw()
layerTreeHostImpl()->setNeedsRedraw();
}
-void VideoLayerImpl::dumpLayerProperties(std::string* str, int indent) const
-{
- str->append(indentString(indent));
- str->append("video layer\n");
- LayerImpl::dumpLayerProperties(str, indent);
-}
-
const char* VideoLayerImpl::layerTypeAsString() const
{
return "VideoLayer";
« cc/nine_patch_layer_impl.cc ('K') | « cc/video_layer_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698