summaryrefslogtreecommitdiffstats
path: root/cc/layers/layer_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layers/layer_impl.h')
-rw-r--r--cc/layers/layer_impl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index 170fc78..3f2cae2 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -379,7 +379,6 @@ class CC_EXPORT LayerImpl : LayerAnimationValueObserver {
}
const gfx::RectF& update_rect() const { return update_rect_; }
- std::string LayerTreeAsText() const;
virtual base::DictionaryValue* LayerTreeAsJson() const;
void SetStackingOrderChanged(bool stacking_order_changed);
@@ -453,9 +452,6 @@ class CC_EXPORT LayerImpl : LayerAnimationValueObserver {
SkColor color,
float width) const;
- virtual void DumpLayerProperties(std::string* str, int indent) const;
- static std::string IndentString(int indent);
-
virtual void AsValueInto(base::DictionaryValue* dict) const;
void NoteLayerSurfacePropertyChanged();
@@ -470,8 +466,6 @@ class CC_EXPORT LayerImpl : LayerAnimationValueObserver {
virtual const char* LayerTypeAsString() const;
- void DumpLayer(std::string* str, int indent) const;
-
// Properties internal to LayerImpl
LayerImpl* parent_;
OwnedLayerImplList children_;