Bug 64175

Summary: [Qt][WK2] Get rid of the check for TILED_BACKING_STORE in Qt
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: WebKit2Assignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: kling, webkit.review.bot
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kenneth: review+, kling: commit-queue-

Description Benjamin Poulain 2011-07-08 10:22:14 PDT
We do not support building WebKit 2 on Qt without TILED_BACKING_STORE. That backingstore is the only one available for the QTouchWebView.
Comment 1 Andreas Kling 2011-07-08 10:24:08 PDT
rs=me
Comment 2 Benjamin Poulain 2011-07-08 10:33:31 PDT
Created attachment 100131 [details]
Patch
Comment 3 Andreas Kling 2011-07-08 10:48:04 PDT
Comment on attachment 100131 [details]
Patch

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

> Source/WebKit2/ChangeLog:8
> +        Qt no longer supports building WebKit 2 without TILED_BACKING_STORE.

That's WebKit2, not WebKit 2.
Comment 4 Benjamin Poulain 2011-07-08 11:52:22 PDT
Committed r90644: <http://trac.webkit.org/changeset/90644>