Bug 130117 - Make HTMLCanvasElement::is3D private
Summary: Make HTMLCanvasElement::is3D private
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jae Hyun Park
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-11 23:08 PDT by Jae Hyun Park
Modified: 2014-03-12 17:39 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.71 KB, patch)
2014-03-11 23:12 PDT, Jae Hyun Park
andersca: review+
andersca: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jae Hyun Park 2014-03-11 23:08:36 PDT
HTMLCanvasElement::is3D is only used in HTMLCanvasElement, so make is3D private.
Also, make more use of is3D.
Comment 1 Jae Hyun Park 2014-03-11 23:12:54 PDT
Created attachment 226478 [details]
Patch
Comment 2 Jae Hyun Park 2014-03-12 17:39:37 PDT
Committed r165520: <http://trac.webkit.org/changeset/165520>