| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
ui/gfx/x: Peek X11 responses in GeometryCache::GetBoundsPx()"Peek at" ?
ReadBuffer buf(raw_reply);Make line 119 consistent along the way?
// Blocks until we receive the response from the server. Returns the responsego/avoid-we
void Peek(RawReply* raw_reply, std::unique_ptr<Error>* error);Document how this is different from Sync().
DCHECK_CALLED_ON_VALID_SEQUENCE(connection_->sequence_checker_);Do this first?
gfx::Rect geometry = geometry_;Should not assign since line 39 does it.
if (!have_parent_) {The pre-existing code did this check first. Is this flipped around on purpose?
return geometry;Flip conditional on line 47 and return early?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |