Bug 114770 - [EFL][AC] m_pendingSurfaceResize needs to be guarded by USE(ACCELERATED_COMPOSITING)
Summary: [EFL][AC] m_pendingSurfaceResize needs to be guarded by USE(ACCELERATED_COMPO...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joone Hur
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-17 15:21 PDT by Joone Hur
Modified: 2013-04-17 16:23 PDT (History)
4 users (show)

See Also:


Attachments
Patch (4.08 KB, patch)
2013-04-17 15:45 PDT, Joone Hur
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.