Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Unified Diff: ui/views/widget/widget.h

Issue 9968058: Cleanup: remove GTK stuff (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/view.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « ui/views/view.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698