Bug 140678

Summary: Fix unused-const-variable warning in RenderLayerCompositor.cpp
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan, ossy, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 145121    
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2015-01-20 07:48:09 PST
Source/WebCore/rendering/RenderLayerCompositor.cpp:91:18: warning: unused variable 'canvasAreaThresholdRequiringCompositing' [-Wunused-const-variable]
static const int canvasAreaThresholdRequiringCompositing = 50 * 100;
                 ^
1 warning generated.
Comment 1 Csaba Osztrogonác 2015-01-20 07:49:23 PST
Created attachment 244992 [details]
Patch
Comment 2 WebKit Commit Bot 2015-01-20 08:48:43 PST
Comment on attachment 244992 [details]
Patch

Clearing flags on attachment: 244992

Committed r178712: <http://trac.webkit.org/changeset/178712>
Comment 3 WebKit Commit Bot 2015-01-20 08:48:48 PST
All reviewed patches have been landed.  Closing bug.