summaryrefslogtreecommitdiffstats
path: root/ui/views/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/views/view.h')
-rw-r--r--ui/views/view.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/views/view.h b/ui/views/view.h
index ac90d7e..cc4c9a1 100644
--- a/ui/views/view.h
+++ b/ui/views/view.h
@@ -404,7 +404,6 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
// Returns the first ancestor, starting at this, whose class name is |name|.
// Returns null if no ancestor has the class name |name|.
- const View* GetAncestorWithClassName(const std::string& name) const;
View* GetAncestorWithClassName(const std::string& name);
// Recursively descends the view tree starting at this view, and returns
@@ -1025,8 +1024,6 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
// changed. The default implementation calls SchedulePaint() on this View.
virtual void OnEnabledChanged();
- bool needs_layout() const { return needs_layout_; }
-
// Tree operations -----------------------------------------------------------
// This method is invoked when the tree changes.