Bug 93308

Summary: [chromium] Convert WebScrollbarThemeGeometry from a concrete class to an interface
Product: WebKit Reporter: Adrienne Walker <enne>
Component: New BugsAssignee: Adrienne Walker <enne>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, andersca, cc-bugs, dglazkov, enne, fishd, jamesr, tkent+wkapi, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing none

Description Adrienne Walker 2012-08-06 16:31:55 PDT
[chromium] Convert WebScrollbarThemeGeometry from a concrete class to an interface
Comment 1 Adrienne Walker 2012-08-06 16:39:19 PDT
Created attachment 156790 [details]
Patch
Comment 2 WebKit Review Bot 2012-08-06 16:42:03 PDT
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
Comment 3 James Robinson 2012-08-06 17:07:09 PDT
Comment on attachment 156790 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=156790&action=review

> Source/WebCore/platform/chromium/support/WebScrollbarThemeGeometryNative.h:29
> +#include "ScrollbarThemeComposite.h"

mind moving this#include to the .cpp? You don't deref this type in any inline functions, so a forward decl would work here
Comment 4 Adrienne Walker 2012-08-06 17:22:04 PDT
(In reply to comment #3)
> (From update of attachment 156790 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=156790&action=review
> 
> > Source/WebCore/platform/chromium/support/WebScrollbarThemeGeometryNative.h:29
> > +#include "ScrollbarThemeComposite.h"
> 
> mind moving this#include to the .cpp? You don't deref this type in any inline functions, so a forward decl would work here

Done.
Comment 5 Adrienne Walker 2012-08-06 17:22:12 PDT
Created attachment 156807 [details]
Patch for landing
Comment 6 WebKit Review Bot 2012-08-06 20:00:26 PDT
Comment on attachment 156807 [details]
Patch for landing

Clearing flags on attachment: 156807

Committed r124839: <http://trac.webkit.org/changeset/124839>
Comment 7 WebKit Review Bot 2012-08-06 20:00:31 PDT
All reviewed patches have been landed.  Closing bug.