Commit dadbf2ba authored by Daniel Cheng's avatar Daniel Cheng Committed by Commit Bot

Remove GraphicsLayer::GetLayerTreeAsTextForTesting()

This appears to be unused, undefined, and obsolete.

Change-Id: If5e431f77db6c0392662ff76cee2adcd856c07ff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865809Reviewed-by: default avatarJeremy Roman <jbroman@chromium.org>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#706974}
parent e3272cc3
...@@ -199,11 +199,6 @@ class PLATFORM_EXPORT GraphicsLayer : public cc::LayerClient, ...@@ -199,11 +199,6 @@ class PLATFORM_EXPORT GraphicsLayer : public cc::LayerClient,
// For hosting this GraphicsLayer in a native layer hierarchy. // For hosting this GraphicsLayer in a native layer hierarchy.
cc::PictureLayer* CcLayer() const; cc::PictureLayer* CcLayer() const;
// Return a string with a human readable form of the layer tree. If debug is
// true, pointers for the layers and timing data will be included in the
// returned string.
String GetLayerTreeAsTextForTesting(LayerTreeFlags = kLayerTreeNormal) const;
void UpdateTrackingRasterInvalidations(); void UpdateTrackingRasterInvalidations();
void ResetTrackedRasterInvalidations(); void ResetTrackedRasterInvalidations();
bool HasTrackedRasterInvalidations() const; bool HasTrackedRasterInvalidations() const;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment