[Webkit-unassigned] [Bug 90505] New: Set the access qualifier of two methods about querying frame specific info of BitmapImage protected.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 3 16:20:51 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=90505

           Summary: Set the access qualifier of two methods about querying
                    frame specific info of BitmapImage protected.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Images
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luxtella at company100.net


Set the access qualifier of two methods about querying frame specific info of BitmapImage protected.

Following 4 methods are protected.
  size_t frameCount();
  NativeImagePtr frameAtIndex(size_t);
  bool frameIsCompleteAtIndex(size_t);
  float frameDurationAtIndex(size_t);

So, 2 methds also should be protected.
  bool frameHasAlphaAtIndex(size_t);
  ImageOrientation frameOrientationAtIndex(size_t);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list