| Index: ash/system/palette/palette_utils.h
|
| diff --git a/ash/system/palette/palette_utils.h b/ash/system/palette/palette_utils.h
|
| index 1137f90ef9eec461662498851c188bf0e6bee427..152320d31dfffc7ceca4c17c43e5dad06b2eac33 100644
|
| --- a/ash/system/palette/palette_utils.h
|
| +++ b/ash/system/palette/palette_utils.h
|
| @@ -22,6 +22,9 @@ ASH_EXPORT bool HasStylusInput();
|
| // Returns true if the palette should be shown on every display.
|
| ASH_EXPORT bool IsPaletteEnabledOnEveryDisplay();
|
|
|
| +// Returns true if we should create palette.
|
| +ASH_EXPORT bool ShouldCreatePalette();
|
| +
|
| // Returns true if either the palette icon or the palette widget contain the
|
| // given point (in screen space).
|
| ASH_EXPORT bool PaletteContainsPointInScreen(const gfx::Point& point);
|
|
|