Make SurfaceManager const correct#48485
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D67820439 |
ddbbde3 to
a2273d9
Compare
a2273d9 to
38cd580
Compare
|
This pull request was exported from Phabricator. Differential Revision: D67820439 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D67820439 |
38cd580 to
e9cf7f7
Compare
|
This pull request was exported from Phabricator. Differential Revision: D67820439 |
e9cf7f7 to
c86a5b6
Compare
|
This pull request was exported from Phabricator. Differential Revision: D67820439 |
|
@christophpurrer I don't know which problem you are solving, but I suspect this change is not correct. |
c86a5b6 to
8572ca1
Compare
|
This pull request was exported from Phabricator. Differential Revision: D67820439 |
8572ca1 to
f58b490
Compare
Summary: [Changelog] [Internal] - Make SurfaceManager const correct This marks methods which don't modify member props as `const` and others as non `const`. The current API signature is misleading as `const` methods do alter `mutable` members Reviewed By: rshest Differential Revision: D67820439
|
This pull request was exported from Phabricator. Differential Revision: D67820439 |
f58b490 to
6ff0bf3
Compare
|
This pull request was exported from Phabricator. Differential Revision: D67820439 |
Summary: [Changelog] [Internal] - Make SurfaceManager const correct This marks methods which don't modify member props as `const` and others as non `const`. The current API signature is misleading as `const` methods do alter `mutable` members Reviewed By: rshest Differential Revision: D67820439
Summary: [Changelog] [Internal] - Make SurfaceManager const correct This marks methods which don't modify member props as `const` and others as non `const`. The current API signature is misleading as `const` methods do alter `mutable` members Reviewed By: rshest Differential Revision: D67820439
|
This pull request has been merged in c855251. |
|
This pull request was successfully merged by @christophpurrer in c855251 When will my fix make it into a release? | How to file a pick request? |
Summary:
[Changelog] [Internal] - Make SurfaceManager const correct
This marks methods which don't modify member props as
constand others as nonconst.The current API signature is misleading as
constmethods do altermutablemembersDifferential Revision: D67820439