diff options
author | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-16 01:42:48 +0000 |
---|---|---|
committer | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-16 01:42:48 +0000 |
commit | ada47ecf6b99a36a4c04ac8525708766b0482801 (patch) | |
tree | 0629d5ebd35e694c5a0b2d261c0829bce750cc20 /views/widget/native_widget_gtk.h | |
parent | 51124558810b72b34d23f643a327ea5b2a90ec9f (diff) | |
download | chromium_src-ada47ecf6b99a36a4c04ac8525708766b0482801.zip chromium_src-ada47ecf6b99a36a4c04ac8525708766b0482801.tar.gz chromium_src-ada47ecf6b99a36a4c04ac8525708766b0482801.tar.bz2 |
Move debug paint flag to Widget so native widget can use the same flag.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7398014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92779 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/widget/native_widget_gtk.h')
-rw-r--r-- | views/widget/native_widget_gtk.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/views/widget/native_widget_gtk.h b/views/widget/native_widget_gtk.h index bca6c24..4555691 100644 --- a/views/widget/native_widget_gtk.h +++ b/views/widget/native_widget_gtk.h @@ -117,9 +117,6 @@ class NativeWidgetGtk : public internal::NativeWidgetPrivate, // FREEZE_UPDATES property is removed, or false otherwise. bool SuppressFreezeUpdates(); - // Enables debug painting. See |debug_paint_enabled_| for details. - static void EnableDebugPaint(); - // Sets and deletes FREEZE_UPDATES property on given |window|. // It adds the property when |enable| is true and remove if false. // Calling this method will realize the window if it's not realized yet. |