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

Unified Diff: cc/layers/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: cc/layers/layer.cc
diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
index d1a95bc963dd83a0fb875a57f19a63ac4bc74a6b..1ca4e9053c31183d5fd7a9ba070879fad0f8dc4e 100644
--- a/cc/layers/layer.cc
+++ b/cc/layers/layer.cc
@@ -1412,7 +1412,7 @@ bool Layer::IsSuitableForGpuRasterization() const {
scoped_refptr<base::trace_event::ConvertableToTraceFormat>
Layer::TakeDebugInfo() {
if (client_)
- return client_->TakeDebugInfo();
+ return client_->TakeDebugInfo(this);
else
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698