diff options
Diffstat (limited to 'chrome/common/x11_util.h')
-rw-r--r-- | chrome/common/x11_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/x11_util.h b/chrome/common/x11_util.h index 09b1c2b..abe9f32e 100644 --- a/chrome/common/x11_util.h +++ b/chrome/common/x11_util.h @@ -74,6 +74,9 @@ class EnumerateWindowsDelegate { // |xid| is the X Window ID of the enumerated window. Return true to stop // further iteration. virtual bool ShouldStopIterating(XID xid) = 0; + + protected: + ~EnumerateWindowsDelegate() {} }; // Enumerates all windows in the current display. Will recurse into child |