RESOLVED FIXED 79723
[chromium] Rename LayerChromium::name to debugName to be more consistent with other debug properties, make threadsafe
https://bugs.webkit.org/show_bug.cgi?id=79723
Summary [chromium] Rename LayerChromium::name to debugName to be more consistent with...
James Robinson
Reported 2012-02-27 17:31:51 PST
[chromium] Rename LayerChromium::name to debugName to be more consistent with other debug properties, make threadsafe
Attachments
Patch (10.50 KB, patch)
2012-02-27 17:32 PST, James Robinson
enne: review+
James Robinson
Comment 1 2012-02-27 17:32:20 PST
Adrienne Walker
Comment 2 2012-03-01 10:03:41 PST
Comment on attachment 129147 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=129147&action=review Yay, thread safety. > Source/WebKit/chromium/tests/LayerChromiumTest.cpp:-492 > - EXECUTE_AND_VERIFY_SET_NEEDS_COMMIT_BEHAVIOR(0, testLayer->setName("Test Layer")); nit: Can you move this line to the section that makes sure it does call needsCommit rather than just removing it?
James Robinson
Comment 3 2012-03-01 16:48:09 PST
James Robinson
Comment 4 2012-03-01 16:48:58 PST
(In reply to comment #2) > (From update of attachment 129147 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=129147&action=review > > Yay, thread safety. > > > Source/WebKit/chromium/tests/LayerChromiumTest.cpp:-492 > > - EXECUTE_AND_VERIFY_SET_NEEDS_COMMIT_BEHAVIOR(0, testLayer->setName("Test Layer")); > > nit: Can you move this line to the section that makes sure it does call needsCommit rather than just removing it? Done!
Note You need to log in before you can comment on or make changes to this bug.