Bug 114770

Summary: [EFL][AC] m_pendingSurfaceResize needs to be guarded by USE(ACCELERATED_COMPOSITING)
Product: WebKit Reporter: Joone Hur <joone>
Component: WebKit EFLAssignee: Joone Hur <joone>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, gyuyoung.kim, lucas.de.marchi, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Joone Hur 2013-04-17 15:21:10 PDT
AC related code was guarded by USE(ACCELERATED_COMPOSITING) in order to build WebKitEfl with no-tiled-backing-store(http://trac.webkit.org/changeset/147792), but m_pendingSurfaceResize was not included.
Comment 1 Joone Hur 2013-04-17 15:45:42 PDT
Created attachment 198620 [details]
Patch
Comment 2 Joone Hur 2013-04-17 15:55:58 PDT
Comment on attachment 198620 [details]
Patch

Thanks for the quick review!
Comment 3 WebKit Commit Bot 2013-04-17 16:23:39 PDT
Comment on attachment 198620 [details]
Patch

Clearing flags on attachment: 198620

Committed r148644: <http://trac.webkit.org/changeset/148644>
Comment 4 WebKit Commit Bot 2013-04-17 16:23:41 PDT
All reviewed patches have been landed.  Closing bug.