[webkit-changes] cvs commit: WebCore/khtml/rendering render_theme_mac.h

David hyatt at opensource.apple.com
Mon Aug 1 15:23:24 PDT 2005


hyatt       05/08/01 15:23:23

  Modified:    khtml/rendering render_theme_mac.h
  Log:
  Forgot to commit part of my previous patch.
  
  Revision  Changes    Path
  1.5       +3 -0      WebCore/khtml/rendering/render_theme_mac.h
  
  Index: render_theme_mac.h
  ===================================================================
  RCS file: /cvs/root/WebCore/khtml/rendering/render_theme_mac.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- render_theme_mac.h	28 Jul 2005 21:28:00 -0000	1.4
  +++ render_theme_mac.h	1 Aug 2005 22:23:23 -0000	1.5
  @@ -42,6 +42,9 @@
       // An API asking if the control changes its tint when the window has focus or not.
       virtual bool controlSupportsTints(const RenderObject* o) const;
   
  +    // A general API asking if any control tinting is supported at all.
  +    virtual bool supportsControlTints() const { return true; }
  +
       virtual void adjustRepaintRect(const RenderObject* o, QRect& r);
   
   protected:
  
  
  



More information about the webkit-changes mailing list