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

Unified Diff: ui/compositor/layer.cc

Issue 1419913002: Remove blink::WebLayerClient and WebGraphicsLayerDebugInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: try making webcore_shared link with base to fix win dbg component Created 5 years, 2 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: ui/compositor/layer.cc
diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
index 1dc861de0d112e427cf062de079e0ad35831846d..dc45de1ff3b450f5c8d2244d8cfcc62979c17c56 100644
--- a/ui/compositor/layer.cc
+++ b/ui/compositor/layer.cc
@@ -812,8 +812,8 @@ class LayerDebugInfo : public base::trace_event::ConvertableToTraceFormat {
std::string name_;
};
-scoped_refptr<base::trace_event::ConvertableToTraceFormat>
-Layer::TakeDebugInfo() {
+scoped_refptr<base::trace_event::ConvertableToTraceFormat> Layer::TakeDebugInfo(
+ cc::Layer* layer) {
return new LayerDebugInfo(name_);
}

Powered by Google App Engine
This is Rietveld 408576698