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

Unified Diff: Source/core/inspector/InspectorLayerTreeAgent.h

Issue 166273018: Added showing slow scroll rectangles in Layers panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Few more fixes. Created 6 years, 10 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: Source/core/inspector/InspectorLayerTreeAgent.h
diff --git a/Source/core/inspector/InspectorLayerTreeAgent.h b/Source/core/inspector/InspectorLayerTreeAgent.h
index 94144194ef34a0659f78702d1938d9ed1d3faabb..b5ade30863dee014cd42aef098670456ba8e40f4 100644
--- a/Source/core/inspector/InspectorLayerTreeAgent.h
+++ b/Source/core/inspector/InspectorLayerTreeAgent.h
@@ -84,7 +84,8 @@ private:
RenderLayerCompositor* renderLayerCompositor();
GraphicsLayer* layerById(ErrorString*, const String& layerId);
const LayerSnapshot* snapshotById(ErrorString*, const String& snapshotId);
- PassRefPtr<TypeBuilder::Array<TypeBuilder::LayerTree::Layer> > buildLayerTree();
+ bool buildLayerTree(TypeBuilder::Array<TypeBuilder::LayerTree::Layer>& layers,
caseq 2014/02/20 16:30:45 style: drop self-obvious argument names from the m
malch 2014/02/21 12:22:15 Done.
+ TypeBuilder::Array<TypeBuilder::LayerTree::ScrollRect>& scrollRects);
caseq 2014/02/20 16:30:45 ditto
malch 2014/02/21 12:22:15 Done.
typedef HashMap<int, int> LayerIdToNodeIdMap;
void buildLayerIdToNodeIdMap(RenderLayer*, LayerIdToNodeIdMap&);
« no previous file with comments | « no previous file | Source/core/inspector/InspectorLayerTreeAgent.cpp » ('j') | Source/devtools/front_end/LayerTreeModel.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698