| Index: ash/common/devtools/ash_devtools_css_agent.h
|
| diff --git a/ash/common/devtools/ash_devtools_css_agent.h b/ash/common/devtools/ash_devtools_css_agent.h
|
| index 84f645d2b940daf7a7d67efd7cd6e39145415f86..054f34e3f351dfa52b3f214b059150e2a5b34f85 100644
|
| --- a/ash/common/devtools/ash_devtools_css_agent.h
|
| +++ b/ash/common/devtools/ash_devtools_css_agent.h
|
| @@ -43,8 +43,14 @@ class ASH_EXPORT AshDevToolsCSSAgent
|
| std::unique_ptr<ui::devtools::protocol::CSS::CSSStyle> GetStylesForNode(
|
| int node_id);
|
| void InvalidateStyleSheet(int node_id);
|
| - bool GetBoundsForNodeId(int node_id, gfx::Rect* bounds);
|
| - bool UpdateBounds(int node_id, const gfx::Rect& bounds);
|
| + bool GetPropertiesForNodeId(int node_id, gfx::Rect* bounds, bool* visible);
|
| + bool SetPropertiesForNodeId(int node_id,
|
| + const gfx::Rect& bounds,
|
| + const bool visible);
|
| + ui::devtools::protocol::Response ParseProperties(
|
| + const std::string& style_text,
|
| + gfx::Rect* bounds,
|
| + bool* visible);
|
|
|
| AshDevToolsDOMAgent* dom_agent_;
|
|
|
|
|