From 21aa65836a946cf9d2dae17180d4de9eb8db3bcc Mon Sep 17 00:00:00 2001 From: "kherron%fmailbox.com" Date: Sat, 14 Jul 2007 15:04:10 +0000 Subject: [PATCH] Bug 387594 - Kill old gfx code in nsIWidget. Patch by Jonathan Steele . r+sr=roc. git-svn-id: svn://10.0.0.236/trunk@229961 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/public/nsIWidget.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mozilla/widget/public/nsIWidget.h b/mozilla/widget/public/nsIWidget.h index 515fd4b0995..48e7ec27ed7 100644 --- a/mozilla/widget/public/nsIWidget.h +++ b/mozilla/widget/public/nsIWidget.h @@ -63,10 +63,7 @@ class nsIRollupListener; class nsGUIEvent; struct nsColorMap; class imgIContainer; - -#ifdef MOZ_CAIRO_GFX class gfxASurface; -#endif /** * Callback function that processes events. @@ -1030,12 +1027,10 @@ class nsIWidget : public nsISupports { */ NS_IMETHOD GetLastInputEventTime(PRUint32& aTime) = 0; -#ifdef MOZ_CAIRO_GFX /** * Get the Thebes surface associated with this widget. */ virtual gfxASurface *GetThebesSurface() = 0; -#endif /** * Set a flag that makes any window resizes use native window animation.