Bug 85232 - Put all of TiledCoreAnimationDrawingArea in #if ENABLE(THREADED_SCROLLING)
Summary: Put all of TiledCoreAnimationDrawingArea in #if ENABLE(THREADED_SCROLLING)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-30 14:20 PDT by Anders Carlsson
Modified: 2012-04-30 14:38 PDT (History)
0 users

See Also:


Attachments
Patch (6.62 KB, patch)
2012-04-30 14:21 PDT, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2012-04-30 14:20:47 PDT
Put all of TiledCoreAnimationDrawingArea in #if ENABLE(THREADED_SCROLLING)
Comment 1 Anders Carlsson 2012-04-30 14:21:27 PDT
Created attachment 139515 [details]
Patch
Comment 2 Sam Weinig 2012-04-30 14:28:35 PDT
Comment on attachment 139515 [details]
Patch

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

> Source/WebKit2/WebProcess/WebPage/DrawingArea.cpp:46
> +#if PLATFORM(MAC) && ENABLE(THREADED_SCROLLING)
> +

Extra newline.
Comment 3 Anders Carlsson 2012-04-30 14:38:07 PDT
Committed r115671: <http://trac.webkit.org/changeset/115671>