| Index: views/controls/label.h
|
| ===================================================================
|
| --- views/controls/label.h (revision 91278)
|
| +++ views/controls/label.h (working copy)
|
| @@ -6,6 +6,8 @@
|
| #define VIEWS_CONTROLS_LABEL_H_
|
| #pragma once
|
|
|
| +#include <string>
|
| +
|
| #include "base/gtest_prod_util.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| @@ -163,6 +165,7 @@
|
| // Sets the enabled state. Setting the enabled state resets the color.
|
| virtual void OnEnabledChanged() OVERRIDE;
|
| virtual std::string GetClassName() const OVERRIDE;
|
| + virtual bool HitTest(const gfx::Point& l) const OVERRIDE;
|
| // Mouse enter/exit are overridden to render mouse over background color.
|
| // These invoke SetContainsMouse as necessary.
|
| virtual void OnMouseMoved(const MouseEvent& event) OVERRIDE;
|
|
|