| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index 174edf4674c92116ed68b3411581de65ca8922b6..ef3fdcfcb21abd12f9d579dde3745822249c7138 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -256,10 +256,6 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
| static gfx::Size GetLocalizedContentsSize(int col_resource_id,
|
| int row_resource_id);
|
|
|
| - // Enable/Disable debug paint.
|
| - static void SetDebugPaintEnabled(bool enabled);
|
| - static bool IsDebugPaintEnabled();
|
| -
|
| // Returns true if the specified type requires a NonClientView.
|
| static bool RequiresNonClientView(InitParams::Type type);
|
|
|
|
|