summaryrefslogtreecommitdiff
path: root/chromium/components/ui_devtools/views/window_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/ui_devtools/views/window_element.h')
-rw-r--r--chromium/components/ui_devtools/views/window_element.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/components/ui_devtools/views/window_element.h b/chromium/components/ui_devtools/views/window_element.h
index 2574eff9156..e2ad70d1846 100644
--- a/chromium/components/ui_devtools/views/window_element.h
+++ b/chromium/components/ui_devtools/views/window_element.h
@@ -32,13 +32,15 @@ class WindowElement : public aura::WindowObserver, public UIElement {
const gfx::Rect& new_bounds) override;
// UIElement:
+ std::vector<std::pair<std::string, std::string>> GetCustomAttributes()
+ const override;
void GetBounds(gfx::Rect* bounds) const override;
void SetBounds(const gfx::Rect& bounds) override;
void GetVisible(bool* visible) const override;
void SetVisible(bool visible) override;
std::pair<aura::Window*, gfx::Rect> GetNodeWindowAndBounds() const override;
- static aura::Window* From(UIElement* element);
+ static aura::Window* From(const UIElement* element);
private:
aura::Window* window_;