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

Unified Diff: cc/video_layer_impl.h

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
Index: cc/video_layer_impl.h
diff --git a/cc/video_layer_impl.h b/cc/video_layer_impl.h
index 03bf73679b24c51e948fbcb952287d6b995e3798..85e6f37598dda042ef8a5b242e3c55aa19d783d5 100644
--- a/cc/video_layer_impl.h
+++ b/cc/video_layer_impl.h
@@ -44,8 +44,6 @@ public:
virtual void appendQuads(QuadSink&, AppendQuadsData&) OVERRIDE;
virtual void didDraw(ResourceProvider*) OVERRIDE;
- virtual void dumpLayerProperties(std::string*, int indent) const OVERRIDE;
-
// WebKit::WebVideoFrameProvider::Client implementation.
virtual void stopUsingProvider(); // Callable on any thread.
virtual void didReceiveFrame(); // Callable on impl thread.

Powered by Google App Engine
This is Rietveld 408576698