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

Unified Diff: public/platform/WebLayerClient.h

Issue 135473002: Include debug name in GraphicsLayerDebugInfo. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 6 years, 11 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
« no previous file with comments | « Source/platform/graphics/GraphicsLayerDebugInfo.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebLayerClient.h
diff --git a/public/platform/WebLayerClient.h b/public/platform/WebLayerClient.h
index 52dd7c729e0734409e30399cf1a90d0f6180c054..6660310963726772b11cda5db40528d905b4fc6d 100644
--- a/public/platform/WebLayerClient.h
+++ b/public/platform/WebLayerClient.h
@@ -44,8 +44,13 @@ public:
// Returns a pointer to a debug info object, if one has been computed.
// If not, returns 0. If the returned pointer is non-zero, the caller takes
// ownership of the pointer.
+ // FIXME: delete this once cc migrates to takeDebugInfoFor.
virtual WebGraphicsLayerDebugInfo* takeDebugInfo() = 0;
+ // Similar to takeDebugInfo, but returns WebLayer-specific information
+ // (only the debug name for now).
+ virtual WebGraphicsLayerDebugInfo* takeDebugInfoFor(WebLayer*) = 0;
+
protected:
virtual ~WebLayerClient() { }
};
« no previous file with comments | « Source/platform/graphics/GraphicsLayerDebugInfo.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698