Bug 95175 - LayerTreeCoordinatorProxy should use uint64_t for surface key.
Summary: LayerTreeCoordinatorProxy should use uint64_t for surface key.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zeno Albisser
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-28 00:38 PDT by Zeno Albisser
Modified: 2012-08-28 08:03 PDT (History)
1 user (show)

See Also:


Attachments
patch for review. (3.18 KB, patch)
2012-08-28 00:42 PDT, Zeno Albisser
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zeno Albisser 2012-08-28 00:38:36 PDT
LayerTreeCoordinatorProxy contains a map which matches surface tokens to instances.
After changing the token type for a GraphicsSurface in r125773 to uint64_t this should have been adjusted as well.
Comment 1 Zeno Albisser 2012-08-28 00:42:29 PDT
Created attachment 160923 [details]
patch for review.
Comment 2 Zeno Albisser 2012-08-28 08:03:10 PDT
Comment on attachment 160923 [details]
patch for review.

Clearing flags on attachment: 160923

Committed r126877: <http://trac.webkit.org/changeset/126877>
Comment 3 Zeno Albisser 2012-08-28 08:03:16 PDT
All reviewed patches have been landed.  Closing bug.