Bug 77251

Summary: [chromium] Always pre-reserve scrollbar and scroll corner textures
Product: WebKit Reporter: Adrienne Walker <enne>
Component: New BugsAssignee: Adrienne Walker <enne>
Status: RESOLVED FIXED    
Severity: Normal CC: cc-bugs, enne, jamesr, vangelis, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch jamesr: review+

Description Adrienne Walker 2012-01-27 15:24:38 PST
[chromium] Always pre-reserve scrollbar and scroll corner textures
Comment 1 Adrienne Walker 2012-01-27 15:28:19 PST
Created attachment 124381 [details]
Patch
Comment 2 James Robinson 2012-01-27 16:22:58 PST
Comment on attachment 124381 [details]
Patch

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

Best thing I can think of :/

> Source/WebCore/platform/graphics/chromium/LayerChromium.h:202
> +    virtual void reserveTextures() { };

nit: no trailing semicolon
Comment 3 Adrienne Walker 2012-01-30 14:10:31 PST
Committed r106289: <http://trac.webkit.org/changeset/106289>