Chromium Code Reviews
DescriptionRedefine Ozone AcceleratedWidget as int32_t.
Ozone's AcceleratedWidget was defined as intptr_t, and then used "raw"
as gfx::SurfaceHandle in IPCs, triggering build-time IPC sanity-check
failures.
Defining it as int32_t passes the sanity-check and helps ensure that no
new code tries to put actual pointers in there by mistake.
BUG=607014
Committed: https://crrev.com/af126a587f99d80a7a42bcfc4b76cffb3e78d974
Cr-Commit-Position: refs/heads/master@{#390219}
Patch Set 1 #
Messages
Total messages: 17 (6 generated)
|
|||||||||||||||||||