Bug 101401

Summary: Fix build warning in RenderLayer.cpp caused by r133628
Product: WebKit Reporter: KyungTae Kim <ktf.kim>
Component: Layout and RenderingAssignee: KyungTae Kim <ktf.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

KyungTae Kim
Reported 2012-11-06 15:19:33 PST
For fixing the below build warning after r133543. Source/WebCore/rendering/RenderLayer.cpp:1888:19: warning: ‘WebCore::FrameView* WebCore::frameViewFromLayer(const WebCore::RenderLayer*)’ defined but not used [-Wunused-function] The static function WebCore::frameViewFromLayer is only used when USE(ACCELERATED_COMPOSITING), so define it only that case seems better.
Attachments
Patch (1.56 KB, patch)
2012-11-06 15:24 PST, KyungTae Kim
no flags
Patch (1.56 KB, patch)
2012-11-06 15:28 PST, KyungTae Kim
no flags
KyungTae Kim
Comment 1 2012-11-06 15:24:57 PST
KyungTae Kim
Comment 2 2012-11-06 15:28:32 PST
WebKit Review Bot
Comment 3 2012-11-06 15:51:02 PST
Comment on attachment 172663 [details] Patch Clearing flags on attachment: 172663 Committed r133683: <http://trac.webkit.org/changeset/133683>
WebKit Review Bot
Comment 4 2012-11-06 15:51:06 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.